Difference between revisions of "Evidence Retrieval"

From DE4A
Jump to navigation Jump to search
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
''Figure 33 represents'' the Evidence Retrieval collaboration between the Evidence query and Evidence editor components to manage evidence in the evidence registry and retrieve evidence records. This collaboration exists both at the DP and at the DC side. In the DC country, it is used to check whether evidence required by the eProcedure is readily available in their national registry. On DP side it is used to retrieve an evidence record that was requested in order to issue it subsequently in form of a VC. The Evidence query components consequently has consequently interfaces for communicating with both the eProcedure (DC) and the Evidence portal (DP).
+
The Evidence retrieval application collaboration aggregates multiple components to implement the looking up of evidence from an evidence registry by both DP and DC (from eProcedure portal). The evidence editor is MS specific and supports the lifecycle of evidences. It offers an interface so a portal can retrieve an evidence.
 +
 
 +
<gallery widths="400" perrow="2" caption="Graphic representations of the Evidence Retrieval application collaboration">
 +
File:Evidence Retrieval.png|alt=Graphic representation of the Evidence Retrieval application collaboration|[[Intermediation Pattern|IM]],  [[User-supported Intermediation Pattern|USI]] and [[Lookup Pattern|LKP]]
 +
File:Evidence Retrieval (VC).png|alt=Graphic representation of the Evidence Retrieval application collaboration|[[Verifiable Credentials Pattern|VC]]
 +
</gallery>
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 8: Line 13:
 
| [[Evidence Query]]  
 
| [[Evidence Query]]  
 
| Application component providing functionality to query an evidence registry for retrieving evidence and providing an interface to expose this functionality to the outside.
 
| Application component providing functionality to query an evidence registry for retrieving evidence and providing an interface to expose this functionality to the outside.
| [[Intermediation Pattern|IM]], [[USI]], [[VC]]  
+
| [[Intermediation Pattern|IM]], [[User-supported Intermediation Pattern|USI]], [[Verifiable Credentials Pattern|VC]], [[Lookup Pattern|LKP]]
 
|-
 
|-
 
| [[Evidence Editor]]  
 
| [[Evidence Editor]]  
 
| Application component to manage creation/insertion, modification? and deletion of evidences in an evidence registry.
 
| Application component to manage creation/insertion, modification? and deletion of evidences in an evidence registry.
| [[Intermediation Pattern|IM]], [[USI]], [[VC]]
+
| [[Intermediation Pattern|IM]], [[User-supported Intermediation Pattern|USI]], [[Verifiable Credentials Pattern|VC]], [[Lookup Pattern|LKP]]
 +
|-
 +
|[[Evidence Query to Portal]]
 +
|The Evidence Query Application Component exposes an interface in order to make use of it.
 +
|[[Intermediation Pattern|IM]], [[User-supported Intermediation Pattern|USI]], [[Verifiable Credentials Pattern|VC]], [[Lookup Pattern|LKP]]
 
|}
 
|}

Latest revision as of 15:01, 21 June 2021

The Evidence retrieval application collaboration aggregates multiple components to implement the looking up of evidence from an evidence registry by both DP and DC (from eProcedure portal). The evidence editor is MS specific and supports the lifecycle of evidences. It offers an interface so a portal can retrieve an evidence.

Application Components of the Evidence Retrieval
Application Component Description Pattern(s)
Evidence Query Application component providing functionality to query an evidence registry for retrieving evidence and providing an interface to expose this functionality to the outside. IM, USI, VC, LKP
Evidence Editor Application component to manage creation/insertion, modification? and deletion of evidences in an evidence registry. IM, USI, VC, LKP
Evidence Query to Portal The Evidence Query Application Component exposes an interface in order to make use of it. IM, USI, VC, LKP