866 lines
21 KiB
HTML
866 lines
21 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Detail - Zdravotní výkony</title>
|
|
|
|
|
|
<link href="/Content/css/select2.min.css" rel="stylesheet"/>
|
|
<script src="/Scripts/jquery-1.10.2.js"></script>
|
|
<link href="/Content/PagedList.css" rel="stylesheet"/>
|
|
<link href="/Content/smoke/smoke.min.css" rel="stylesheet"/>
|
|
<link href="/Content/select2.min.css" rel="stylesheet"/>
|
|
<link href="/Content/Site.css" rel="stylesheet"/>
|
|
|
|
<script src="/Scripts/Scripts.js"></script>
|
|
|
|
|
|
|
|
<link href="/Content/bootstrap.min.css" rel="stylesheet"/>
|
|
<script src="/Scripts/bootstrap.min.js"></script>
|
|
<script src="/Scripts/respond.js"></script>
|
|
<script src="/Scripts/Smoke/js/smoke.min.js"></script>
|
|
<script src="/Scripts/Smoke/lang/cs.min.js"></script>
|
|
|
|
<script src="/Scripts/jquery.unobtrusive-ajax.js" type="text/javascript"></script>
|
|
<script src="/Scripts/jquery.validate.js" type="text/javascript"></script>
|
|
<script src="/Scripts/jquery.validate.unobtrusive.js" type="text/javascript"></script>
|
|
<script src="/Scripts/select2.js"></script>
|
|
<link href="/Content/UpravenyGrid.css" rel="stylesheet"/>
|
|
<link href="/Content/Style.css" rel="stylesheet"/>
|
|
<script src="/Scripts/modernizr-2.6.2.js"></script>
|
|
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
|
|
|
|
|
<script>
|
|
// override validačních jquery validačních funkcí tak aby braly desetinnou čárku
|
|
$.validator.methods.number = function (value, element) {
|
|
return this.optional(element) || /-?(?:\d+|\d{1,3}(?:[\s\.,]\d{3})+)(?:[\.,]\d+)?$/.test(value);
|
|
}
|
|
|
|
$.validator.methods.range = function (value, element, param) {
|
|
var globalizedValue = value.replace(",", ".");
|
|
return this.optional(element) || (globalizedValue >= param[0] && globalizedValue <= param[1]);
|
|
}
|
|
|
|
|
|
</script>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125495940-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-125495940-1');
|
|
</script>
|
|
|
|
<style>
|
|
.dropdown:hover .dropdown-menu {
|
|
display: block;
|
|
}
|
|
</style>
|
|
|
|
|
|
|
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<a class="navbar-brand" href="/">Úvod</a>
|
|
</div>
|
|
<ul class="nav navbar-nav">
|
|
|
|
|
|
|
|
<li class=" ">
|
|
|
|
<a href="/Vyhlaska" class="dropdown-toggle">Vyhláška</a>
|
|
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class=" ">
|
|
|
|
<a href="/Vykon" class="dropdown-toggle">Platné výkony</a>
|
|
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="dropdown ">
|
|
|
|
<a href="/Ciselnik" class="dropdown-toggle">Číselníky</a>
|
|
|
|
|
|
|
|
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownCommonMenu">
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a href="/Ciselnik/Kategorie" class="dropdown-toggle" role="menuitem">Kategorie</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/Ciselnik/Material" class="dropdown-toggle" role="menuitem">Materiál</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/Ciselnik/Nositel" class="dropdown-toggle" role="menuitem">Nositel</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/Ciselnik/Odbornost" class="dropdown-toggle" role="menuitem">Odbornost</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/Ciselnik/Pripravek" class="dropdown-toggle" role="menuitem">Přípravek</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/Ciselnik/Pristroj" class="dropdown-toggle" role="menuitem">Přístroj</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/Ciselnik/OmezeniMistem" class="dropdown-toggle" role="menuitem">Omezení místem</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
<li><a href="/Account/Register/" id="registerLink">Registrovat</a></li>
|
|
|
|
<li><a href="/Account/Login/" id="loginLink">Přihlásit</a></li>
|
|
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div style="height: 4em; margin: 10px; margin-left: 20px;" id="zahlavi">
|
|
<a href="http://ec.europa.eu/ceskarepublika/index_cs.htm" style="border: none;">
|
|
<img src="/Content/Images/Opz.png" alt="" style="float: left; margin-right: 1em; height: 4em;" />
|
|
</a>
|
|
<img src="/Content/Images/mzcr_logo.png" alt="" style="float: left; margin-right: 1em; height: 4em;" />
|
|
<h1>Seznam zdravotních výkonů</h1>
|
|
</div>
|
|
<div class="container body-content">
|
|
|
|
|
|
|
|
|
|
<!-- display errors -->
|
|
|
|
|
|
|
|
<!-- display warnings -->
|
|
|
|
|
|
|
|
<!-- display success -->
|
|
|
|
|
|
|
|
<!-- display success -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
.has-feedback .smk-error-msg { position: relative; }
|
|
|
|
|
|
|
|
.clickable.otevrit { float: right; }
|
|
|
|
</style>
|
|
|
|
<h2>Registrační list - 01021</h2>
|
|
|
|
<h4>KOMPLEXNÍ VYŠETŘENÍ PRAKTICKÝM LÉKAŘEM</h4>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h4> Obsah registračního listu</h4>
|
|
|
|
<hr/>
|
|
|
|
<div class="well">
|
|
|
|
<div class="form-inline">
|
|
|
|
|
|
|
|
<a class="btn btn-default" href="/Vykon/Tisk/01021/" target="_blank">Tisk</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<table class="detailTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>Číslo výkonu</th>
|
|
|
|
<td>01021</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Název</th>
|
|
|
|
<td class="zobrazeni NAZEV">
|
|
|
|
KOMPLEXNÍ VYŠETŘENÍ PRAKTICKÝM LÉKAŘEM
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Nepočítat režii
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td class="zobrazeni rezieNula">
|
|
|
|
<input class="check-box" disabled="disabled" type="checkbox" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>Poznámka</th>
|
|
|
|
<td class="zobrazeni POZNAMKA">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Autorská odbornost
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td class="zobrazeni ODBORNOST">
|
|
|
|
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Kód
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Název
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Pořadí
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Sazba režie
|
|
|
|
</th>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
001
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
všeobecné praktické lékařství
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
1020
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
4,58
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Další odbornost
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td class="zobrazeni dalsiOdbornost">
|
|
|
|
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Kód
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Název
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<th>
|
|
|
|
Sazba režie
|
|
|
|
</th>
|
|
|
|
<th></th>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Kategorie</th>
|
|
|
|
<td class="zobrazeni KATEGORIE">
|
|
|
|
P - hrazen plně
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Typ formuláře
|
|
|
|
</th>
|
|
|
|
<td class="zobrazeni typ-vykonu">
|
|
|
|
ambulantní
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Omezení místem</th>
|
|
|
|
<td class="zobrazeni OMEZENIMISTEM">
|
|
|
|
A - pouze ambulantně
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Omezení frekvencí</th>
|
|
|
|
<td class="zobrazeni OMEZENIFREKVENCI">
|
|
|
|
1/1 den
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Doba trvání</th>
|
|
|
|
<td class="zobrazeni DOBATRVANI">
|
|
|
|
60
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Popis</th>
|
|
|
|
<td class="zobrazeni POPIS">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Čím výkon začíná</th>
|
|
|
|
<td class="zobrazeni definice1">
|
|
|
|
Prostudováním dokumentace pacienta a odběrem životní osobní a rodinné anamnézy.
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Obsah a rozsah výkonu</th>
|
|
|
|
<td class="zobrazeni definice2">
|
|
|
|
Celkové interní fyzikální vyšetření. Orientační vyšetření neurologické. Orientační vyšetření funkcí pohybového aparátu. Vyšetření moče. Indikace dalších potřebných vyšetření podle výsledku prohlídky. Zhodnocení zdravotního stavu. Vyšetření zraku, sluchu.
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Čím výkon končí</th>
|
|
|
|
<td class="zobrazeni definice3">
|
|
|
|
Poučením pacienta, informace o možné intervenci rizikových faktorů. Administrativní činností související s výkonem (vystavení zprávy pro ošetřujícího lékaře, potřebných receptů, poukazů, žádanek, vystavení formulářů na pracovní neschopnost či ošetřování člena rodiny, vypsání povinných hlášení, určení ev. data další návštěvy, rozhodnutí o případné nezbytné zdravotnické dopravě pacienta a vystavení poukazu na ni).
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Podmínky</th>
|
|
|
|
<td class="zobrazeni podminky">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Nositelé
|
|
|
|
</th>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th>
|
|
|
|
Kategorie
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Funkce
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Praxe
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Cas
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<th>
|
|
|
|
Bodyaktualni
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Poznamka
|
|
|
|
</th>
|
|
|
|
<th></th>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
L3
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
všeobecný praktický lékař
|
|
|
|
</td>
|
|
|
|
<td class="doprava">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td class="doprava">
|
|
|
|
60
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="doprava">
|
|
|
|
838,87
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td>Celkem:</td>
|
|
|
|
<td class="doprava">838,87 </td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</tfoot>
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Materiály
|
|
|
|
</th>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Kód
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Název
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Doplněk
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Množství
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Jednotka
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Cena
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
DPH %
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Body
|
|
|
|
</th>
|
|
|
|
<th></th>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
P000057
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
PMAT ke komplexnímu vyšetření
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td class="doprava" >
|
|
|
|
1
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td class="doprava">
|
|
|
|
8,00
|
|
|
|
</td>
|
|
|
|
<td class="doprava">
|
|
|
|
0,00
|
|
|
|
</td>
|
|
|
|
<td class="doprava">
|
|
|
|
8,00
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
|
|
|
|
<td>Celkem:</td>
|
|
|
|
<td class="doprava"> 8,00</td>
|
|
|
|
<td></td>
|
|
|
|
<td class="doprava"> 8,00</td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</tfoot>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Přípravky
|
|
|
|
</th>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Kód
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Název
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Doplněk
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
ATC
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Omezení
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Množství
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Jednotka
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
DPH %
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Cena
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Body
|
|
|
|
</th>
|
|
|
|
<th></th>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
|
|
|
<td colspan="7">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
Celkem:
|
|
|
|
</td>
|
|
|
|
<td class="doprava">
|
|
|
|
0,00
|
|
|
|
</td>
|
|
|
|
<td class="doprava">
|
|
|
|
0,00
|
|
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</tfoot>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Přístroje
|
|
|
|
</th>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Kód
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Název
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
D.Ž.
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
N.Ú.
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
D.P.
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
DPH %
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Procento z času výkonu
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Cena
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Body
|
|
|
|
</th>
|
|
|
|
<th></th>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
|
|
|
<td colspan="6"></td>
|
|
|
|
<td>Celkem:</td>
|
|
|
|
<td class="doprava">
|
|
|
|
0,00
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td class="doprava">
|
|
|
|
0,00
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</tfoot>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
ZUM
|
|
|
|
</th>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Kód
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Název
|
|
|
|
</th>
|
|
|
|
<th></th>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
ZULP
|
|
|
|
</th>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Kód
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Název
|
|
|
|
</th>
|
|
|
|
<th></th>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Bodová hodnota</th>
|
|
|
|
<td>
|
|
|
|
<table class="VnitrniTabulka">
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Přímé
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<th>Osobní</th>
|
|
|
|
<th>Režijní</th>
|
|
|
|
<th>Celkem</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="doprava">8,00</td>
|
|
|
|
|
|
|
|
<td class="doprava">838,87</td>
|
|
|
|
<td class="doprava">274,80</td>
|
|
|
|
<td class="doprava">1 122 </td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/Vykon/">Zpět na výpis</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
$(".clickable.otevrit")
|
|
|
|
.click(function() {
|
|
|
|
var trida = this.className.replace("clickable otevrit", "zobrazeni").replace(" ", ".");
|
|
|
|
$("." + trida).hide();
|
|
|
|
trida = this.className.replace("clickable otevrit", "editace").replace(" ", ".");
|
|
|
|
$("." + trida).show();
|
|
|
|
});
|
|
|
|
|
|
|
|
$(".clickable.zavrit")
|
|
|
|
.click(function() {
|
|
|
|
var trida = this.className.replace("clickable zavrit", "zobrazeni").replace(" ", ".");
|
|
|
|
$("." + trida).show();
|
|
|
|
trida = this.className.replace("clickable zavrit", "editace").replace(" ", ".");
|
|
|
|
$("." + trida).hide();
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<hr class="style1" />
|
|
<footer style="text-align: center;">
|
|
|
|
V případě podávání návrhů nových registračních listů zdravotních výkonů, popř. úpravu stávajících registračních listů zdravotních výkonů, přístupů do aplikace a jiných podnětů, se obracejte na <a href="mailto:Martina.Cetelova@mzcr.cz">Ing. Martinu Cetelovou</a>. Technickým správcem aplikace je ÚZIS ČR.<br /><br />
|
|
Financováno z projektu ESF - Rozvoj technologické platformy NZIS (CZ.03.4.74/0.0/0.0/15_019/0002748)
|
|
<hr class="style1" />
|
|
<table style="width: 100%;">
|
|
<tr>
|
|
<td class="text-center">
|
|
<a href="http://ec.europa.eu/ceskarepublika/index_cs.htm" style="border: none;">
|
|
<img src="/Content/Images/Opz.png" alt="" style="margin-right: 1em; height: 4em;" />
|
|
</a>
|
|
</td>
|
|
<td class="text-center">
|
|
<table class="table-center">
|
|
<tr>
|
|
<td>
|
|
<a href="http://www.uzis.cz/" title="Ústav zdravotnických informací a statistiky České republiky"><img src="/Content/Images/LogoUzis.png" alt="ÚZIS ČR" style="margin-right: 1em; height: 4em;" /></a>
|
|
</td>
|
|
<td><a href="http://www.uzis.cz/" title="Ústav zdravotnických informací a statistiky České republiky"> Ústav zdravotnických informací<br /> a statistiky České republiky</a></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="text-center">
|
|
<a href="http://www.mzcr.cz/">
|
|
<img src="/Content/Images/mzcr_logo.png" alt="" style="margin-right: 1em; height: 4em;" />
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr class="style1" />
|
|
<b>©2016 - 2026</b> Seznam zdravotních výkonů 2.0.200.3, ÚZIS ČR
|
|
</footer>
|
|
</div>
|
|
|
|
|
|
|
|
<script src="/MVCGridHandler.axd/script.js"></script>
|
|
|
|
|
|
<div id="modal-container" class="modal fade"
|
|
tabindex="-1" role="dialog">
|
|
</div>
|
|
|
|
|
|
<script>
|
|
|
|
//tyhle javascripty musím nechat tady protože v nich potřebuju vypsat hodnotu z c# a musí se vykonat až poslední
|
|
$(document)
|
|
.ready(function() {
|
|
|
|
if ($('.FilterCheck').length) {
|
|
var aktivni = true;
|
|
$('.FilterCheck').prop('checked', aktivni);
|
|
}
|
|
|
|
if ($("#MVCGridContainer_zmenovaRizeniGrid").length) {
|
|
var jsonData = {
|
|
"Vyber": true,
|
|
"KodZmenovehoRizeni": true,
|
|
"Odbornost": true,
|
|
"Nazev": true,
|
|
"Stav": true,
|
|
"IdUzivatele": true,
|
|
"PopisZmeny": true,
|
|
"JePoznamka": true
|
|
};
|
|
|
|
var prom = 'False';
|
|
|
|
if (prom === "True") {
|
|
jsonData.JePoznamka = true;
|
|
} else
|
|
jsonData.JePoznamka = false;
|
|
MVCGrid.setColumnVisibility("zmenovaRizeniGrid", jsonData);
|
|
}
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html> |