-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.xml
28 lines (28 loc) · 1.2 KB
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="healthcare-hl7-xml.ZPM">
<Module>
<Name>healthcare-hl7-xml</Name>
<Version>3.6.0</Version>
<Description>HealthCare HL7 XML eases the implementation of HL7 v.2.x in XML format using InterSystems technology</Description>
<Keywords>xml interoperability hl7 iris healthconnect</Keywords>
<Author>
<Person>InterSystems Iberia</Person>
<Organization>InterSystems</Organization>
<CopyrightDate>2024</CopyrightDate>
<License>MIT</License>
</Author>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<SystemRequirements Interoperability="enabled" />
<Resource Name="ITB.INC"/>
<Resource Name="ITB.PKG"/>
<Resource Name="ITB.HL7" Directory="config" FilenameExtension="XML" />
<Resource Name="hl7_2.5.LUT" Directory="config" />
<Resource Name="hl7_2.6.LUT" Directory="config" />
<Resource Name="hl7_ITB.LUT" Directory="config" />
<FileCopy Name="/unittest/" Target="${root}/test/"/>
<UnitTest Name="/unittest/src/" Class="ITB.UnitTest.HL7XML" Phase="test"/>
</Module>
</Document>
</Export>