Skip to content

Commit 1e59ffc

Browse files
committed
adding new version of medical archetype with ack component
1 parent db81383 commit 1e59ffc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

demo/medical/medical.arch

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<connected s="@hapi-filter" o="@continua-validation" r="fc"/>
1212
<connected s="@continua-validation" o="@continua-translation" r="fc"/>
1313
<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"/>
1416
</goal>
1517
</goals>
1618

@@ -63,6 +65,29 @@
6365
<core:hasProperty o="ciliaNamespace:fr.liglab.adele.cilia"/>
6466
<onNode o="@mserver2"/>
6567
</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>
6691
<node id="mserver2">
6792
<hasNodeType o="MedServer"/>
6893
<inScope o="@lan"/>

0 commit comments

Comments
 (0)