Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Macro
skinparam componentStyle uml2

cloud {
  [Cloud Service]
}

database "PostgreSQL"

package "Package Web" {
  interface HTTP
  
  node "Node}

database "PostgreSQL" {
    HTTP[sak table]- [Firstdiagnose Componenttable]
    [First Component] --> [Second Component	[sak table]- [Journal table]
    [FirstOpphold Componenttable] --> [Cloudsak Servicetable]
    [SecondJournal Componenttable] --> PostgreSQL[Opphold table]
  }
}