Skip to content

Commit

Permalink
Update file(s) "/." from "nhsx/dt-architecture"
Browse files Browse the repository at this point in the history
  • Loading branch information
asmith-nhsx committed Dec 8, 2023
1 parent 9ea53df commit 99cae28
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions CWT/Process/data-flow-map.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
skinparam Shadowing false
'left to right direction

!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/user-types.puml
!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/data-flow.puml
!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/patient-pathway.puml
!include user-types.puml
!include data-flow.puml
!include patient-pathway.puml

cancer.alliance.fd.lead -[#hidden]- pp
u1 -[#hidden] df
Expand Down
12 changes: 6 additions & 6 deletions CWT/Process/use-cases.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ left to right direction
HIDE_STEREOTYPE()
SHOW_PERSON_PORTRAIT()

!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/use-case-ca-analyst-1.puml
!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/use-case-ca-analyst-2.puml
!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/use-case-ca-perf-manager.puml
!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/use-case-ccg-analyst-1.puml
!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/use-case-nhse-analyst-1.puml
!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/use-case-nhse-analyst-2.puml
!include use-case-ca-analyst-1.puml
!include use-case-ca-analyst-2.puml
!include use-case-ca-perf-manager.puml
!include use-case-ccg-analyst-1.puml
!include use-case-nhse-analyst-1.puml
!include use-case-nhse-analyst-2.puml

@enduml
4 changes: 2 additions & 2 deletions CWT/Process/users-patient-pathway.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
skinparam Shadowing false
'left to right direction

!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/user-types.puml
!include https://raw.githubusercontent.com/nhsx/dt-public/main/CWT/Process/patient-pathway.puml
!include user-types.puml
!include patient-pathway.puml

@enduml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@startuml ascw-c4-container-model-base
!include https://raw.githubusercontent.com/nhsx/dt-public/main/adult-social-care-workforce/ascw-c4.puml
!include ascw-c4.puml

!if (%not(%variable_exists("$with")))
'default if not already set
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@startuml ascw-c4-container-model-claims-only
!include https://raw.githubusercontent.com/nhsx/dt-public/main/adult-social-care-workforce/ascw-c4-container-model-base.puml
!include ascw-c4-container-model-base.puml

AddRelTag("dashed", $lineStyle=DashedLine())

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@startuml ascw-c4-container-model-direct
!include https://raw.githubusercontent.com/nhsx/dt-public/main/adult-social-care-workforce/ascw-c4-container-model-base.puml
!include ascw-c4-container-model-base.puml

Container_Ext(pf, "Payment File", "", $sprite="&file,scale=5.0")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@startuml ascw-c4-container-model-with-booking
'left to right direction
!global $relationships = %false()
!include https://raw.githubusercontent.com/nhsx/dt-public/main/adult-social-care-workforce/ascw-c4-container-model-with-courses.puml
!include ascw-c4-container-model-with-courses.puml
!global $relationships = %true()

Person(trn, "Training Provider", "Accredited provider who runs courses")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@startuml ascw-c4-container-model-with-courses
!include https://raw.githubusercontent.com/nhsx/dt-public/main/adult-social-care-workforce/ascw-c4.puml
!include ascw-c4.puml
!$prev_relationships = $relationships
!$with = VALIDATE_EMPLOYEE + VALIDATE_TP + TARGETED_UPSKILLING
!global $relationships = %false()
!include https://raw.githubusercontent.com/nhsx/dt-public/main/adult-social-care-workforce/ascw-c4-container-model-claims-only.puml
!include ascw-c4-container-model-claims-only.puml
!global $relationships = $prev_relationships

System_Boundary(dp, "Digital Platform") {
Expand Down

0 comments on commit 99cae28

Please sign in to comment.