|
|
|
|
|
|
|
|
Patientenverwaltung |
|
|
Patientenverwaltung |
|
|
<span id="patient-name">Patientenname</span> |
|
|
<span id="patient-name">Patientenname</span> |
|
|
</h2> |
|
|
</h2> |
|
|
<script type="text/javascript"> |
|
|
|
|
|
$("#patient-name").html(patient.lastname()) |
|
|
|
|
|
</script> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<h6 class="col-xs-6"> |
|
|
<h6 class="col-xs-6"> |
|
|
Geschlecht |
|
|
|
|
|
|
|
|
<p>Geschlecht:</p> |
|
|
|
|
|
<p>Geburstdatum:</p> |
|
|
|
|
|
<p>Wohnort:</p> |
|
|
|
|
|
<p>Land:</p> |
|
|
</h6> |
|
|
</h6> |
|
|
<h6 class="col-xs-6" id="patient-gender"></h6> |
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
$("#patient-gender").html(patient.gender()) |
|
|
|
|
|
</script> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
<h6 class="col-xs-6"> |
|
|
<h6 class="col-xs-6"> |
|
|
Geburtsdatum |
|
|
|
|
|
|
|
|
<p id="patient-gender"></p> |
|
|
|
|
|
<p id="patient-date"></p> |
|
|
|
|
|
<p id="patient-home"></p> |
|
|
|
|
|
<p id="patient-country"></p> |
|
|
</h6> |
|
|
</h6> |
|
|
<h6 class="col-xs-6" id="patient-date">Geburtsdatum</h6> |
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
$("#patient-date").html(patient.date()) |
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="row"> |
|
|
|
|
|
<h6 class="col-xs-6"> |
|
|
|
|
|
Wohnort: |
|
|
|
|
|
</h6> |
|
|
|
|
|
<h6 class="col-xs-6" id="patient-home">Patientenname</h6> |
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
$("#patient-home").html(patient.home()) |
|
|
|
|
|
</script> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
<h6 class="col-xs-6"> |
|
|
|
|
|
Land: |
|
|
|
|
|
</h6> |
|
|
|
|
|
<h6 class="col-xs-6" id="patient-country">Land:</h6> |
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
$("#patient-country").html(patient.country()) |
|
|
|
|
|
</script> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
$("#patient-name").html(patient.lastname()) |
|
|
|
|
|
$("#patient-home").html(patient.home()) |
|
|
|
|
|
$("#patient-date").html(patient.date()) |
|
|
|
|
|
$("#patient-country").html(patient.country()) |
|
|
|
|
|
$("#patient-gender").html(patient.gender()) |
|
|
|
|
|
</script> |