This file is indexed.

/usr/share/doc/gnumed/user-manual/Gnumed/GmManualGermanKVKInterface.html is in gnumed-doc 1.4.6+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
	<title> GmManualGermanKVKInterface &lt; Gnumed &lt; Foswiki</title>
		  
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="robots" content="noindex" /> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="WebRss.html" />
	<link rel="icon" href="../rsrc/System/ProjectLogos/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="../rsrc/System/ProjectLogos/favicon.ico" type="image/x-icon" />
	<link rel="alternate" href="http://wiki.gnumed.de/bin/edit/Gnumed/GmManualGermanKVKInterface?t=1391005511" type="application/x-wiki" title="edit GmManualGermanKVKInterface" />
	<meta name="description" content="GmManualGermanKVKInterface" />
	 <!--[if IE]></base><![endif]-->
	
	<style type="text/css" media="all">
@import url('../rsrc/System/SkinTemplates/base.css');
</style>
<style type="text/css" media="all">
@import url('../rsrc/System/SkinTemplates/default.css');
</style>
<!--[if IE]><style type="text/css" media="screen">
pre {
	overflow-x:auto;
	padding-bottom:expression(this.scrollWidth > this.offsetWidth ? 16 : 0);
}
</style>
<![endif]-->

<meta name="foswiki.PUBURL" content="http://wiki.gnumed.de/pub" /> <!-- PUBURL -->
<meta name="foswiki.PUBURLPATH" content="/pub" /> <!-- PUBURLPATH -->
<meta name="foswiki.SCRIPTSUFFIX" content="" /> <!-- SCRIPTSUFFIX -->
<meta name="foswiki.SCRIPTURL" content="http://wiki.gnumed.de/bin" /> <!-- SCRIPTURL -->
<meta name="foswiki.SCRIPTURLPATH" content="/bin" /> <!-- SCRIPTURLPATH -->
<meta name="foswiki.SERVERTIME" content="29%20Jan%202014%20-%2015:25" /> <!-- SERVERTIME -->
<meta name="foswiki.SKIN" content="twikinet%2c%20pattern" /> <!-- SKIN -->
<meta name="foswiki.SYSTEMWEB" content="System" /> <!-- SYSTEMWEB -->
<meta name="foswiki.TOPIC" content="GmManualGermanKVKInterface" /> <!-- TOPIC -->
<meta name="foswiki.USERNAME" content="KarstenHilbert" /> <!-- USERNAME -->
<meta name="foswiki.USERSWEB" content="Main" /> <!-- USERSWEB -->
<meta name="foswiki.WEB" content="Gnumed" /> <!-- WEB -->
<meta name="foswiki.WIKINAME" content="KarstenHilbert" /> <!-- WIKINAME -->
<meta name="foswiki.WIKIUSERNAME" content="Main.KarstenHilbert" /> <!-- WIKIUSERNAME -->
<meta name="foswiki.NAMEFILTER" content="%5b%5cs%5c*%3f~%5e%5c%24%40%25%60%22'%26%3b%7c%3c%3e%5c%5b%5c%5d%23%5cx00-%5cx1f%5d" /> <!-- NAMEFILTER --><!--JQUERYPLUGIN::FOSWIKI::META-->
<script type='text/javascript' src='../rsrc/System/JQueryPlugin/jquery-1.4.3.js'></script><!--JQUERYPLUGIN-->
<script type='text/javascript' src='../rsrc/System/JQueryPlugin/plugins/livequery/jquery.livequery.js'></script><!--JQUERYPLUGIN::LIVEQUERY-->
<script type='text/javascript' src='../rsrc/System/JQueryPlugin/plugins/foswiki/jquery.foswiki.js'></script><!--JQUERYPLUGIN::FOSWIKI-->
<script type='text/javascript' src='../rsrc/System/JSTreeContrib/jquery.jstree.js'></script><!--JQUERYPLUGIN::JSTREE-->
</head>
<body class=""><div class="foswikiPage">
<a name="PageTop"></a> 
<p></p>
<p></p>
<h1><a name="Nutzung_der_Krankenversichertenkarte_40KVK_41"></a>  Nutzung der Krankenversichertenkarte (KVK) </h1>
<p></p>
GNUmed löst die Anbindung mit der geringstmöglichen Belastung des Anwenders. Zum Auslesen der KVK wird die Bibliothek <a href="http://www.libchipcard.de" target="_top">libchipcard</a> genutzt. Es werden alle Kartenleser, die eine CT-API bereitstellen, unterstützt. Darüber hinaus arbeitet GNUmed mit allen anderen Lesern zusammen, die libchipcard jenseits des CT-Interface ansprechen kann, etwa die Tastaturen mit Lesegerät von Cherry.
<p></p>
<h2><a name="Installation_und_Konfiguration"></a>  Installation und Konfiguration </h2>
<p></p>
Installieren Sie Version 3 von libchipcard.
<p></p>
<h3><a name="Debian"></a>  Debian </h3>
<p></p> <ul>
<li> <code>apt-get install libchipcard3-tools</code>
</li> <li> Verzeichnis <code>/var/spool/kvkd/</code> anlegen
</li> <li> den Verzeichnisbesitzer auf <code>chipcard.chipcard</code> setzen
</li> <li> <code>/etc/chipcard3/server/chipcardd.conf</code> editieren <ul>
<li> einen Abschnitt für den Kartenleser aktivieren oder hinzufügen
</li> <li> ganz unten den KVK-Demon aktivieren
</li> <li> dabei das dataDir auf <code>/var/spool/kvkd/</code> setzen
</li></ul> 
</li></ul> 
<p></p>
<h2><a name="Nutzung"></a>  Nutzung </h2>
<p></p>
Der KVK-Demon lauscht auf das Stecken von Karten, liest diese dann aus und speichert die Kartendaten. GNUmed liest die temporär gespeicherten Kartendaten und löscht den Zwischenspeicher.
<p></p>
Bei der Annahme eines Patienten wird die Karte also einfach in den Kartenleser gesteckt, einige Sekunden abgewartet und wieder entfernt.
<p></p>
In GNUmed drücken Sie im Patientensuchfeld oben links einfach <code>&lt;F-2&gt;</code> und wählen aus der Liste der dem System derzeit bekannten KVKs die gewünschte aus.
<p></p>
<h2><a name="Unterst_252tzte_Leseger_228te"></a>  Unterstützte Lesegeräte </h2>
<p></p>
Wir haben einige Lesegerte selbst getestet und stellen eine Liste unterstützter Geräte sowie <a href="ChipkartengeraetKonfiguration.html">Konfigurationsanleitungen</a> bereit.
<a name="TopicEnd"></a>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
</body></html>