fix: Reflected Changes in MagicPL Classpath to Config
This commit is contained in:
parent
31525571e1
commit
21fff6d74c
|
@ -40,7 +40,7 @@
|
||||||
<iosingle ref="ids" name="ids"/>
|
<iosingle ref="ids" name="ids"/>
|
||||||
</output>
|
</output>
|
||||||
<switch>
|
<switch>
|
||||||
<evaluator name="de.mainzelliste.paths.evaluator.IsConsentedEvaluator">
|
<evaluator name="de.pseudonymisierung.magicpl.evaluator.IsConsentedEvaluator">
|
||||||
<parameters>
|
<parameters>
|
||||||
<parameter name="key">consented</parameter>
|
<parameter name="key">consented</parameter>
|
||||||
</parameters>
|
</parameters>
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="tokenId"/>
|
<iosingle ref="tokenId"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.PathClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.PathClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<name>getDktkId</name>
|
<name>getDktkId</name>
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="ids" name="ids"/>
|
<iosingle ref="ids" name="ids"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<name>mapIdStringToExternalId</name>
|
<name>mapIdStringToExternalId</name>
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="extIDs" name="extIDs"/>
|
<iosingle ref="extIDs" name="extIDs"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.InputMapperProcessor</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.InputMapperProcessor</implementation>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<name>getLocalTKTExternalId</name>
|
<name>getLocalTKTExternalId</name>
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
</output>
|
</output>
|
||||||
<!-- TODO: Implementation für Ticket Erzeugung ohne Kontrolnummer -->
|
<!-- TODO: Implementation für Ticket Erzeugung ohne Kontrolnummer -->
|
||||||
<!-- Wird hier eine neue Klasse benötigt oder kann diese hier entsprechend angepasst werden? -->
|
<!-- Wird hier eine neue Klasse benötigt oder kann diese hier entsprechend angepasst werden? -->
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteKNTicketClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteKNTicketClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<name>generateLocalIdExternalId</name>
|
<name>generateLocalIdExternalId</name>
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="ids" name="ids"/>
|
<iosingle ref="ids" name="ids"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
</multipath>
|
</multipath>
|
||||||
</case>
|
</case>
|
||||||
|
@ -178,7 +178,7 @@
|
||||||
<iosingle ref="tokenId"/>
|
<iosingle ref="tokenId"/>
|
||||||
</output>
|
</output>
|
||||||
<!-- Wird hier eine neue Klasse benötigt oder kann diese hier entsprechend angepasst werden? -->
|
<!-- Wird hier eine neue Klasse benötigt oder kann diese hier entsprechend angepasst werden? -->
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteKNTicketClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteKNTicketClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<name>generateLocalId</name>
|
<name>generateLocalId</name>
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="ids" name="ids"/>
|
<iosingle ref="ids" name="ids"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
</multipath>
|
</multipath>
|
||||||
</case>
|
</case>
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
<iosingle ref="patients" name="patients"/>
|
<iosingle ref="patients" name="patients"/>
|
||||||
</output>
|
</output>
|
||||||
<switch>
|
<switch>
|
||||||
<evaluator name="de.mainzelliste.paths.evaluator.RegexEvaluator">
|
<evaluator name="de.pseudonymisierung.magicpl.evaluator.RegexEvaluator">
|
||||||
<parameters>
|
<parameters>
|
||||||
<parameter name="regex">MDS_\*_G-ID</parameter>
|
<parameter name="regex">MDS_\*_G-ID</parameter>
|
||||||
<parameter name="fieldName">resultIds</parameter>
|
<parameter name="fieldName">resultIds</parameter>
|
||||||
|
@ -255,7 +255,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="tokenId"/>
|
<iosingle ref="tokenId"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteReadTokenClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteReadTokenClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<name>resolveReadTokenCentral</name>
|
<name>resolveReadTokenCentral</name>
|
||||||
|
@ -269,7 +269,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="patients"/>
|
<iosingle ref="patients"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteReadClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteReadClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
</multipath>
|
</multipath>
|
||||||
</case>
|
</case>
|
||||||
|
@ -299,7 +299,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="tokenId"/>
|
<iosingle ref="tokenId"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteReadTokenClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteReadTokenClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<name>resolveReadToken</name>
|
<name>resolveReadToken</name>
|
||||||
|
@ -313,7 +313,7 @@
|
||||||
<output>
|
<output>
|
||||||
<iosingle ref="patients"/>
|
<iosingle ref="patients"/>
|
||||||
</output>
|
</output>
|
||||||
<implementation>de.mainzelliste.paths.processor.MainzellisteReadClient</implementation>
|
<implementation>de.pseudonymisierung.magicpl.processor.MainzellisteReadClient</implementation>
|
||||||
</step>
|
</step>
|
||||||
</multipath>
|
</multipath>
|
||||||
</case>
|
</case>
|
||||||
|
|
Loading…
Reference in New Issue