Skip to content

Commit

Permalink
update figur
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiz committed Oct 16, 2024
1 parent c3722d6 commit cffc5c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/images-source/base-profile-process.puml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Business_Actor(org, "Organization")
Business_Process(develop, "Develop")
Business_Process(qatsc, "TSC")
Business_Process(workshop, "Workshop")
Business_Process(hearing, "Balloting")
Business_Process(ballot, "Balloting")
Business_Process(hl7publish, "HL7 publish")

Rel_Assignment_Right(org, develop)
develop -right-> qatsc
qatsc -right-> workshop
workshop -right-> hearing
hearing -right-> hl7publish
workshop -right-> ballot
ballot -right-> hl7publish
}

rectangle "Helsedirektoratet" <<$bActor>> #Business {
Expand All @@ -30,6 +30,6 @@ rectangle "Helsedirektoratet" <<$bActor>> #Business {
hearingh -right-> publish
}

"HL7 Norway" -down[hidden]- "Helsedirektoratet"
'"HL7 Norway" -up[hidden]- "Helsedirektoratet"
hl7publish -down-> description
develop -down[hidden]- description
'ballot -down[hidden]- description

0 comments on commit cffc5c8

Please sign in to comment.