136 lines
5.9 KiB
PHP
Executable File
136 lines
5.9 KiB
PHP
Executable File
<?php
|
|
$this->titre = "INTER-SANTE - Mise en observation";
|
|
|
|
$chirurgie = $_SESSION['p_chirurgie_C'];
|
|
$actVisible = $_SESSION['p_actVisible'];
|
|
$codeFamilleActeObs = isset($_SESSION['codeFamilleActeObs']) ? $_SESSION['codeFamilleActeObs']:"FA008";
|
|
|
|
|
|
$modeSaisieFacture = $_SESSION['p_modeSaisieFacture'];
|
|
$bonCaduc = $_SESSION['p_bonCaduc'];
|
|
$facture = $_SESSION['p_facture'];
|
|
|
|
$codeActeGratuit = $_SESSION['p_codeActeConsultationGratuite'];
|
|
|
|
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
|
?>
|
|
|
|
<input class="sr-only" id="codeTypePrestation" name="codeTypePrestation" type="text" value="ACT">
|
|
<input class="sr-only" id="codeMedecin" name="codeMedecin" type="text" value= "<?= $_SESSION['p_codeMedecin_C'] ?>">
|
|
<INPUT class="sr-only" id="chirurgie_C" name="chirurgie_C" type="text" value="<?= $_SESSION['p_chirurgie_C'] ?>">
|
|
<INPUT class="sr-only" id="nomForm" name="nomForm" type="text" value="miseEnObservation">
|
|
<INPUT class="sr-only" id="codeFamilleActeObs" name="codeFamilleActeObs" type="text" value="<?= $codeFamilleActeObs ?>">
|
|
<INPUT class="sr-only" id="numeroFeuilleMaladie" name="numeroFeuilleMaladie" type="text" value="<?= $_SESSION['p_numeroFeuilleMaladie_C'] ?>">
|
|
|
|
<INPUT class="sr-only" id="bonCaduc" name="bonCaduc" type="text" value="<?= $bonCaduc ?>">
|
|
<INPUT class="sr-only" id="facture" name="facture" type="text" value="<?= $facture; ?>">
|
|
<INPUT class="sr-only" id="modeSaisieFacture" name="modeSaisieFacture" type="text" value="<?= $modeSaisieFacture ?>">
|
|
|
|
<div id="div_contestation"></div>
|
|
|
|
<legend> <?= _("Mise en observation médicale") ?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="15%" class="required"> <?= _("Famille Actes") ?> </td>
|
|
<td colspan="3">
|
|
<SELECT class="form-control" id="codeFamilleActe" NAME="codeFamilleActe" required AUTOCOMPLETE="OFF" onChange="ajaxactespossibles_miseenobservation();" style='font-size:10pt;' >
|
|
<?php liste_options($familleacte,$codeFamilleActeObs); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
<div class="modal fade" id="popRechercheMedecin" role="dialog">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
<button id="btn_close_pop" name="btn_close_pop" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
<h4 class="modal-title"> <?= _("Rechercher un Médecin...") ?> </h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<div id="div_listemedecins" >
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
|
|
<thead>
|
|
<tr>
|
|
<th style="text-align:center" width="15%" > Code </th>
|
|
<th width="50%" style="text-align:center" > <?= _("Nom contenant...") ?> </th>
|
|
<th style="text-align:center" > <?= _("Spécialité") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><input type="text" class="form-control" id="noOrdreMedecin" name="noOrdreMedecin" onkeypress="javascript:ctrlkeypress_medecin(event);" style='font-size:10pt;' ></td>
|
|
<td><input type="text" class="form-control" id="nomsearch" name="nomsearch" onkeypress="javascript:ctrlkeypress_medecin(event);" style='font-size:10pt;' ></td>
|
|
<td><input type="button" class = "form-control btn btn-info" style='font-size:10pt;' value="<?= _("Rechercher...") ?> " onclick="javascript:afficher_pop_recherche_medecin();" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button id="close_pop" name="close_pop" type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row" id="totam_donnees">
|
|
<?php require "Vue/Ajaxselectactesmedicauxobservation/index.php";?>
|
|
</div>
|
|
|
|
<div id="div_fraisExclu">
|
|
<input class="sr-only" type="text" id="fraisExclu" name="fraisExclu" value="0" >
|
|
</div>
|
|
|
|
<div class="modal fade" id="popRechercheActe" role="dialog">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
<button id="btn_close_pop_acte" name="btn_close_pop" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
<h4 class="modal-title"> <?= _("Rechercher un Acte...") ?> </h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<div id="div_liste_actes_possibles" onkeypress="javascript:ctrlkeypress_actes_possibles_select(event);">
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
|
|
<thead>
|
|
<tr>
|
|
<th style="text-align:center"> Code </th>
|
|
<th style="text-align:center"> <?= _("Famille") ?> </th>
|
|
<th style="text-align:center" > <?= _("Acte") ?> </th>
|
|
<th style="text-align:center" > <?= _("Prix") ?> </th>
|
|
<th style="text-align:center" > <?= _("Accord") ?> </th>
|
|
<th style="text-align:center" > <?= _("Exclu") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td colspan="3"><input type="text" class="form-control" id="libelleActeSearch" name="libelleActeSearch" style='font-size:10pt;' ></td>
|
|
<td colspan="3"><input type="button" class = "form-control btn btn-info" style='font-size:10pt;' value="<?= _("Rechercher...") ?>" onclick="javascript:afficher_pop_recherche_actes_possibles_select();" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button id="close_pop_acte" name="close_pop_acte" type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|