本文整理匯總了PHP中COperation::loadExtCodesCCAM方法的典型用法代碼示例。如果您正苦於以下問題:PHP COperation::loadExtCodesCCAM方法的具體用法?PHP COperation::loadExtCodesCCAM怎麽用?PHP COperation::loadExtCodesCCAM使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類COperation
的用法示例。
在下文中一共展示了COperation::loadExtCodesCCAM方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: foreach
$listOp = $op->loadList($where, $order, null, null, $ljoin);
$chirs = CStoredObject::massLoadFwdRef($listOp, "chir_id");
$sejours = CStoredObject::massLoadFwdRef($listOp, "sejour_id");
CStoredObject::massLoadFwdRef($sejours, "patient_id");
foreach ($listOp as $key => $operation) {
$operation->loadRefPlageOp();
if ($operation->_datetime_best < $filter->_datetime_min || $operation->_datetime_best > $filter->_datetime_max) {
unset($listOp[$key]);
continue;
}
$operation->loadRefsConsultAnesth();
if ($no_consult_anesth && $operation->_ref_consult_anesth->_id) {
unset($listOp[$operation->_id]);
}
$operation->loadRefPraticien();
$operation->loadExtCodesCCAM();
$operation->updateHeureUS();
$operation->updateSalle();
$operation->loadAffectationsPersonnel();
$operation->loadRefCommande();
$sejour = $operation->loadRefSejour();
$sejour->loadRefsFwd();
if ($_print_ipp) {
$sejour->_ref_patient->loadIPP();
}
if ($_print_numdoss) {
$sejour->loadNDA();
}
if ($prestation_id) {
$sejour->loadLiaisonsForPrestation($prestation_id);
}
示例2: CPlageOp
CCanDo::checkRead();
$chir_id = CValue::get("chir_id");
$plageop = new CPlageOp();
$plageop->load(CValue::get("plageop_id"));
$plageop->loadRefSalle();
$where = array("chir_id" => "= '{$chir_id}'");
$plageop->loadRefsOperations(false, null, true, null, $where);
$plageop->guessHoraireVoulu();
$rank_validated = array();
$rank_not_validated = array();
$_op = new COperation();
$_last_op = null;
foreach ($plageop->_ref_operations as $_op) {
$_op->loadRefChir()->loadRefFunction();
$_op->loadRefSejour()->loadRefPatient()->loadRefDossierMedical()->countAllergies();
$_op->loadExtCodesCCAM();
if ($_op->_horaire_voulu) {
$_last_op = $_op;
}
}
$horaire_voulu = $plageop->debut;
if ($_last_op) {
$horaire_voulu = $_last_op->_horaire_voulu;
$horaire_voulu = CMbDT::addTime($_last_op->temp_operation, $horaire_voulu);
$horaire_voulu = CMbDT::addTime($plageop->temps_inter_op, $horaire_voulu);
$horaire_voulu = CMbDT::addTime($_last_op->pause, $horaire_voulu);
}
$new_op = new COperation();
$new_op->_horaire_voulu = $horaire_voulu;
$plageop->_ref_operations[] = $new_op;
// Création du template