Skip to content

Commit

Permalink
replaced <> with {}
Browse files Browse the repository at this point in the history
  • Loading branch information
ichderjens committed Jul 29, 2024
1 parent eea6d3b commit 2c4628a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/images/TI-M_Basis/UC_10235_Seq.puml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ alt#LightGrey <size:16>gültiges search-accesstoken erhalten</size>
|||
alt#LightGrey #AliceBlue <size:16>HealthcareService-Einträge werden gesucht</size>
|||
cl->fp: GET <Search-Schnittstelle>/HealthcareService/\n?organization.active=true&...(search-accesstoken)
cl->fp: GET {Search-Schnittstelle}/HealthcareService/\n?organization.active=true&...(search-accesstoken)
note left
<size:16>Finde Datensatz für </size>
<size:16>TelematikID</size>
end note
activate fp
fp->fp: prüfe search-accesstoken
|||
fp->fd: GET <Search-Schnittstelle>/HealthcareService/\n?organization.active=true&...
fp->fd: GET {Search-Schnittstelle}/HealthcareService/\n?organization.active=true&...
activate fd
fd-->fp: HTTP 200 (:Suchergebnis FHIR-Bundle)
deactivate fd
Expand All @@ -74,14 +74,14 @@ alt#LightGrey <size:16>gültiges search-accesstoken erhalten</size>
|||
else <size:16>PractitionerRole-Einträge werden gesucht</size>
|||
cl->fp: GET <Search-Schnittstelle>/PractitionerRole/\n?practitioner.active=true&...(search-accesstoken)
cl->fp: GET {Search-Schnittstelle}/PractitionerRole/\n?practitioner.active=true&...(search-accesstoken)
note left
<size:16>Finde Datensatz für MXID</size>
end note
activate fp
fp->fp: prüfe search-accesstoken
|||
fp->fd: GET <Search-Schnittstelle>/PractitionerRole/\n?practitioner.active=true&...
fp->fd: GET {Search-Schnittstelle}/PractitionerRole/\n?practitioner.active=true&...
activate fd
fd-->fp: HTTP 200 (:Suchergebnis FHIR-Bundle)
deactivate fd
Expand All @@ -93,7 +93,7 @@ alt#LightGrey <size:16>gültiges search-accesstoken erhalten</size>
|||
else <size:16>kein gültiges search-accesstoken</size>
break#LightGrey #MistyRose
cl->fp++: GET <Search-Schnittstelle> (search-accesstoken)
cl->fp++: GET {Search-Schnittstelle} (search-accesstoken)
fp-->cl--: HTTP 401
cl-->U: Fehlermeldung
|||
Expand Down

0 comments on commit 2c4628a

Please sign in to comment.