-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.xml
More file actions
21 lines (21 loc) · 845 Bytes
/
module.xml
File metadata and controls
21 lines (21 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="samples-customizing-your-fhir-repo.ZPM">
<Module>
<Name>samples-customizing-your-fhir-repo</Name>
<Version>1.0.2</Version>
<Description>Various examples for customizing your InterSystems IRIS FHIR Repository </Description>
<Keywords>FHIR,R4,IRIS for Health</Keywords>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="HS.Local.FHIRServer.PKG"/>
<Resource Name="Install.PKG"/>
<Resource Name="MyFHIRServer.PKG"/>
<FileCopy Name="patientDiv.html" Target="${mgrdir}FHIR/"/>
<Resource Name="GJ.PKG"/>
<Invokes>
<Invoke Class="Install.Install" Method="SetupFHIRServer" Phase="Activate" When="After"/>
</Invokes>
</Module>
</Document>
</Export>