From c11f8c6591098ca767cf204c4d5d91abde8cc6da Mon Sep 17 00:00:00 2001 From: mewburnlu Date: Wed, 4 Jun 2025 23:19:35 +1000 Subject: [PATCH 1/5] Draft/103976cr011 --- 103976/.gitkeep | 0 103976/Figure_C.2-1.puml | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 103976/.gitkeep create mode 100644 103976/Figure_C.2-1.puml diff --git a/103976/.gitkeep b/103976/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/103976/Figure_C.2-1.puml b/103976/Figure_C.2-1.puml new file mode 100644 index 0000000..7592626 --- /dev/null +++ b/103976/Figure_C.2-1.puml @@ -0,0 +1,20 @@ +@startuml +skinparam ParticipantPadding 50 +scale 600 width + +autoactivate on + +participant AO +participant RPS + +autonumber 1 + +== Placing the request == +AO -> RPS : HI1Request containing the CREATES LDTaskObject, Document and Authorisation +return HI1Response containing CREATEResponse for each CREATE + +== Receiving the results == +RPS -> AO : HI1Request containing DELIVER with the results records +return HI1Response containing DELIVERResponse acknowledgement + +@enduml \ No newline at end of file -- GitLab From 537e2df761523f938cee4386b7dc63c087494db5 Mon Sep 17 00:00:00 2001 From: mewburnlu Date: Wed, 4 Jun 2025 23:29:20 +1000 Subject: [PATCH 2/5] Figure_C.2-1 tweaks to be closer to original --- 103976/Figure_C.2-1.puml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/103976/Figure_C.2-1.puml b/103976/Figure_C.2-1.puml index 7592626..a1e4cb2 100644 --- a/103976/Figure_C.2-1.puml +++ b/103976/Figure_C.2-1.puml @@ -2,15 +2,13 @@ skinparam ParticipantPadding 50 scale 600 width -autoactivate on - participant AO participant RPS autonumber 1 == Placing the request == -AO -> RPS : HI1Request containing the CREATES LDTaskObject, Document and Authorisation +AO -> RPS : HI1Request containing the CREATEs LDTaskObject, Document and Authorisation return HI1Response containing CREATEResponse for each CREATE == Receiving the results == -- GitLab From ca3a7e932ffaf453338d3a5f743fd6346eaa139b Mon Sep 17 00:00:00 2001 From: mewburnlu Date: Wed, 4 Jun 2025 23:31:21 +1000 Subject: [PATCH 3/5] Figure_C.2-1: manually number --- 103976/Figure_C.2-1.puml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/103976/Figure_C.2-1.puml b/103976/Figure_C.2-1.puml index a1e4cb2..562ef60 100644 --- a/103976/Figure_C.2-1.puml +++ b/103976/Figure_C.2-1.puml @@ -5,14 +5,12 @@ scale 600 width participant AO participant RPS -autonumber 1 - == Placing the request == -AO -> RPS : HI1Request containing the CREATEs LDTaskObject, Document and Authorisation -return HI1Response containing CREATEResponse for each CREATE +AO -> RPS : (1) HI1Request containing the CREATEs LDTaskObject, Document and Authorisation +RPS -> AO : (2) HI1Response containing CREATEResponse for each CREATE == Receiving the results == -RPS -> AO : HI1Request containing DELIVER with the results records -return HI1Response containing DELIVERResponse acknowledgement +RPS -> AO : (3) HI1Request containing DELIVER with the results records +AO -> RPS : (4) I1Response containing DELIVERResponse acknowledgement @enduml \ No newline at end of file -- GitLab From 7dfaf00a092a06aedab36be2a07d5ca04f5811d7 Mon Sep 17 00:00:00 2001 From: mewburnlu Date: Thu, 5 Jun 2025 07:39:46 +1000 Subject: [PATCH 4/5] Figure_C.2-1: add missing "H" and acknowledgement --- 103976/Figure_C.2-1.puml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/103976/Figure_C.2-1.puml b/103976/Figure_C.2-1.puml index 562ef60..0d909b3 100644 --- a/103976/Figure_C.2-1.puml +++ b/103976/Figure_C.2-1.puml @@ -7,10 +7,10 @@ participant RPS == Placing the request == AO -> RPS : (1) HI1Request containing the CREATEs LDTaskObject, Document and Authorisation -RPS -> AO : (2) HI1Response containing CREATEResponse for each CREATE +RPS -> AO : (2) HI1Response containing CREATEResponse acknowledgement for each CREATE == Receiving the results == RPS -> AO : (3) HI1Request containing DELIVER with the results records -AO -> RPS : (4) I1Response containing DELIVERResponse acknowledgement +AO -> RPS : (4) HI1Response containing DELIVERResponse acknowledgement @enduml \ No newline at end of file -- GitLab From 3fc39e227f98116d094ccc7f2b856b60092b53a4 Mon Sep 17 00:00:00 2001 From: mewburnlu Date: Thu, 5 Jun 2025 07:42:02 +1000 Subject: [PATCH 5/5] Figure_C.2-1: remove extra "the" --- 103976/Figure_C.2-1.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/103976/Figure_C.2-1.puml b/103976/Figure_C.2-1.puml index 0d909b3..2b4b487 100644 --- a/103976/Figure_C.2-1.puml +++ b/103976/Figure_C.2-1.puml @@ -6,7 +6,7 @@ participant AO participant RPS == Placing the request == -AO -> RPS : (1) HI1Request containing the CREATEs LDTaskObject, Document and Authorisation +AO -> RPS : (1) HI1Request containing CREATEs LDTaskObject, Document and Authorisation RPS -> AO : (2) HI1Response containing CREATEResponse acknowledgement for each CREATE == Receiving the results == -- GitLab