-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmedical_devices.xml
49 lines (49 loc) · 1.57 KB
/
medical_devices.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Health technology management</name>
<key>racks</key>
<state>stable</state>
<logo>https://github.com/delcroip/glpi_plugin_openmedis/raw/master/pics/login_logo_glpi.png</logo>
<description>
<short>
<fr><![CDATA[Gestion des équipement médicaux]]></fr>
<en><![CDATA[Health technology asset ]]></en>
</short>
<long>
<fr><![CDATA[Ce plugin vous permet de créer équipement de type "Medical"]]></fr>
<en><![CDATA[This plugin allows you to create medical device assets]]></en>
</long>
</description>
<homepage>https://github.com/delcroip/glpi_plugin_openmedis</homepage>
<download>https://github.com/delcroip/glpi_plugin_openmedis/releases</download>
<issues>https://github.com/delcroip/glpi_plugin_openmedis/issues</issues>
<readme>https://github.com/delcroip/glpi_plugin_openmedis/raw/master/README.md</readme>
<authors>
<author>Patrick Delcroix</author>
<author>SwissTPH</author>
</authors>
<versions>
<version>
<num>1.0.1</num>
<compatibility>9.5</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<fr>
<tag>HTM</tag>
<tag>medical</tag>
<tag>Gestion</tag>
<tag>Santé</tag>
</fr>
<en>
<tag>HTM</tag>
<tag>medical</tag>
<tag>Management</tag>
<tag>Health</tag>
</en>
</tags>
</root>