|
11 | 11 | <connected s="@hapi-filter" o="@continua-validation" r="fc"/> |
12 | 12 | <connected s="@continua-validation" o="@continua-translation" r="fc"/> |
13 | 13 | <connected s="@continua-translation" o="@integration" r="fc"/> |
| 14 | + <connected s="@integration" o="@ack" r="fc"/> |
| 15 | + <connected s="@ack" o="@hl7-rest2" r="f"/> |
14 | 16 | </goal> |
15 | 17 | </goals> |
16 | 18 |
|
|
63 | 65 | <core:hasProperty o="ciliaNamespace:fr.liglab.adele.cilia"/> |
64 | 66 | <onNode o="@mserver2"/> |
65 | 67 | </component> |
| 68 | + <core:Component id="ack"> |
| 69 | + <core:hasComponentType o="ContinuaAcknowledgementMediator"/> |
| 70 | + <core:hasProperty o="isCilia:true"/> |
| 71 | + <core:hasProperty o="kind:mediator"/> |
| 72 | + <core:hasProperty o="fill_err_segment_in_ack:true" /> |
| 73 | + <core:hasProperty o="application_namespace_id:ContinuaConnector" /> |
| 74 | + <core:hasProperty o="application_universal_id:1234567890ABCDEF" /> |
| 75 | + <core:hasProperty o="application_universal_id_type:EUI-64" /> |
| 76 | + <core:hasProperty o="messageProfileIdentifier_entityIdentifier:IHE PCD ORU-R012006" /> |
| 77 | + <core:hasProperty o="messageProfileIdentifier_namespaceId:HL7" /> |
| 78 | + <core:hasProperty o="messageProfileIdentifier_universalId:2.16.840.1.113883.9.n.m" /> |
| 79 | + <core:hasProperty o="messageProfileIdentifier_universalIdType:HL7" /> |
| 80 | + <core:hasProperty o="ciliaNamespace:medical"/> |
| 81 | + <onNode o="@mserver2"/> |
| 82 | + </core:Component> |
| 83 | + <component id="hl7-rest2"> |
| 84 | + <hasComponentType o="HL7-REST-MessageAdapter"/> |
| 85 | + <onNode o="@aserver2"/> |
| 86 | + </component> |
| 87 | + <node id="aserver2"> |
| 88 | + <hasNodeType o="AServer"/> |
| 89 | + <inScope o="@lan"/> |
| 90 | + </node> |
66 | 91 | <node id="mserver2"> |
67 | 92 | <hasNodeType o="MedServer"/> |
68 | 93 | <inScope o="@lan"/> |
|
0 commit comments