generated from intersystems-community/iris-fhir-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.xml
executable file
·32 lines (32 loc) · 1.17 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
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="iris-fhir-transcribe-summarize-export.ZPM">
<Module>
<Name>iris-fhir-transcribe-summarize-export</Name>
<Version>1.2.1</Version>
<Description>Full stack app to input, store and search clinical documents</Description>
<Keywords>FHIR,Server</Keywords>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<UnitTest Name="/src" Package="UnitTests" Phase="test"/>
<FileCopy Name="src/python/" Target="${mgrdir}python/"/>
<Invokes>
<Invoke Class="fhir.setup.Setup" Method="SetupFHIRServer" Phase="Activate" When="After" ></Invoke>
<Invoke Class="fhir.dc.FhirClient" Method="Init"></Invoke>
</Invokes>
<Resource Name="fhir.PKG"/>
<FileCopy Name="data/fhir/" Target="${mgrdir}test-data-fhir/"/>
<CSPApplication
Url="/fhir/api"
Recurse="1"
MatchRoles=":${dbrole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
DispatchClass="fhir.Rest"
ServeFiles="1"
CookiePath="/fhir/api"
UseCookies="2"
/>
</Module>
</Document>
</Export>