generated from intersystems-community/iris-fhir-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmodule.xml
executable file
·26 lines (26 loc) · 890 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="fhir-ai-and-open-api-chain.ZPM">
<Module>
<Name>fhir-ai-and-open-api-chain</Name>
<Version>1.0.1</Version>
<Description>AI on FHIR Open API spec to query in natural language</Description>
<Keywords>FHIR,Server</Keywords>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Invokes>
<Invoke Class="fhirtemplate.Setup" Method="SetupFHIRServer" Phase="Activate" When="After" ></Invoke>
</Invokes>
<Resource Name="fhirtemplate.PKG"/>
<FileCopy Name="data/fhir/" Target="${mgrdir}test-data-fhir/"/>
<CSPApplication
Url="/fhirUI"
SourcePath="/fhirUI"
DeployPath="{$cspdir}/fhirUI"
ServeFiles="1"
Recurse="1"
CookiePath="/fhirUI"
/>
</Module>
</Document>
</Export>