-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIIIB.html
More file actions
17 lines (17 loc) · 1.12 KB
/
Copy pathIIIB.html
File metadata and controls
17 lines (17 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html><head>
<title>IIIB Grado de evidencia y recomendación </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="cache/jquery.mobile-1.2.0.min.css"/>
<script type="text/javascript" src="cache/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="cache/jquery.mobile-1.2.0.min.js"></script>
<style type="text/css">#center{ text-align: center;}</style>
</head>
<body>
<div data-role="dialog" id="IIIB" data-theme="e" data-overlay-theme="a" style="max-width:99%">
<div data-role="header" >
<div id="center">Recomendación <br>III B</div></div>
<div data-role="content">
<p><strong>Clase III:</strong>Evidencia o acuerdo general de que un determinado tratamiento o procedimiento no es útil/efectivo y, en algunos casos,puede ser perjudicial<br>
<strong> Niveles de evidencia <strong>B</strong></strong>: Datos procedentes de un único estudio clínico con distribución aleatoria o de grandes estudios sin distribución aleatoria.
<a href="#" data-rel="back" data-role="button" data-icon="delete" >Cerrar</a></p></div></div></body></html>