Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
La til ny lov og rundskriv (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasDev authored Sep 27, 2023
1 parent 1bb8b55 commit 7a2c551
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ data class JuridiskHenvisning(
val paragraf: String,
val ledd: Int?,
val punktum: Int?,
val bokstav: String?
val bokstav: String?,
val rundskriv: String? = null
)

enum class Lovverk(
Expand All @@ -43,6 +44,11 @@ enum class Lovverk(
navn = "Lov om behandlingsmåten i forvaltningssaker",
kortnavn = "Forvaltningsloven",
lovverksversjon = LocalDate.of(2022, 1, 1)
),
HELSEPERSONELLOVEN(
navn = "Lov om helsepersonell m.v.",
kortnavn = "Helsepersonelloven",
lovverksversjon = LocalDate.of(25, 3, 2022)
)
}

Expand Down

0 comments on commit 7a2c551

Please sign in to comment.