Status-tilstande

@startuml
state "NotRegistered" <<start>>
state "Started"
state "WaitingForCitizen"
state "WaitingForCitizenNoReminders"
state "WaitingForCitizenReminded"
state "WaitingForDentist"
state "DentistChosen"
state "OptOut"   state c1 <<choice>>
state c2 <<choice>>   Idle -->NotRegistered NotRegistered --> c1
c1 --> Started : [Borger ønsker at deltage]
c1 --> OptOut : [Borger ønsker at deltage]
@enduml