File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
app/src/main/kotlin/no/nav/hjelpemidler/soknad/db/domain/kommuneapi
behovsmeldingsmodell/src/main/kotlin/no/nav/hjelpemidler/behovsmeldingsmodell Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -603,6 +603,10 @@ data class Hast(
603603enum class Haste årsak {
604604 UTVIKLING_AV_TRYKKS ÅR ,
605605 TERMINALPLEIE ,
606+
607+ @Deprecated(" Erstattet av _V2" )
606608 UTSKRIVING_FRA_SYKEHUS_SOM_IKKE_KAN_PLANLEGGES ,
609+ UTSKRIVING_FRA_SYKEHUS_SOM_IKKE_KAN_PLANLEGGES_V2 ,
610+ RASK_FORVERRING_AV_ALVORLIG_DIAGNOSE ,
607611 ANNET ,
608612}
Original file line number Diff line number Diff line change @@ -109,7 +109,11 @@ enum class Utleveringsmåte {
109109enum class Haste årsak {
110110 UTVIKLING_AV_TRYKKS ÅR ,
111111 TERMINALPLEIE ,
112+
113+ @Deprecated(" Erstattet av _V2" )
112114 UTSKRIVING_FRA_SYKEHUS_SOM_IKKE_KAN_PLANLEGGES ,
115+ UTSKRIVING_FRA_SYKEHUS_SOM_IKKE_KAN_PLANLEGGES_V2 ,
116+ RASK_FORVERRING_AV_ALVORLIG_DIAGNOSE ,
113117 ANNET ,
114118}
115119
You can’t perform that action at this time.
0 commit comments