Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
PlantUML Render Macro

@startuml

skinparam sequence {
LifeLineBackgroundColor #FF4E26

ParticipantBackgroundColor #72BEDB

QueueBackgroundColor #72BEDB
}

participant EDIPortalen

participant STS_på_NSP

participant DCC_på_NSP

participant DDTV_DGWS_service

participant MeddelelsesJob

Note Over EDIPortalen

En tandlæge accepterer eller afviser en

anmodning om optagelse af borger i klinik. 

end note

EDIPortalen -> STS_på_NSP++: Opret SecurityToken (SOSI ID-kort niveau 3)

return

EDIPortalen -> DCC_på_NSP++: Kald ddtvUpdateDentistChoice(...)

DCC_på_NSP -> DDTV_DGWS_service++: Opdater status

return

return

== Asynkrone jobs på NSP backoffice ==
MeddelelsesJob->>MeddelelsesJob: Send digital post til borgeren (asynk)



@enduml