/**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["blood_salvages"] = "CBloodSalvage operation_id";
     $backProps["dossiers_anesthesie"] = "CConsultAnesth operation_id";
     $backProps["naissances"] = "CNaissance operation_id";
     $backProps["prescription_elements"] = "CPrescriptionLineElement operation_id";
     $backProps["prescription_medicaments"] = "CPrescriptionLineMedicament operation_id";
     $backProps["prescription_comments"] = "CPrescriptionLineComment operation_id";
     $backProps["prescription_dmis"] = "CPrescriptionLineDMI operation_id";
     $backProps["prescription_line_mix"] = "CPrescriptionLineMix operation_id";
     $backProps["check_lists"] = "CDailyCheckList object_id";
     $backProps["anesth_perops"] = "CAnesthPerop operation_id";
     $backProps["echanges_hprim"] = "CEchangeHprim object_id";
     $backProps["echanges_hl7v2"] = "CExchangeHL7v2 object_id";
     $backProps["echanges_hl7v3"] = "CExchangeHL7v3 object_id";
     $backProps["echanges_dmp"] = "CExchangeDMP object_id";
     $backProps["echanges_mvsante"] = "CExchangeMVSante object_id";
     $backProps["product_orders"] = "CProductOrder object_id";
     $backProps["besoins_ressources"] = "CBesoinRessource operation_id";
     $backProps["poses_disp_vasc"] = "CPoseDispositifVasculaire operation_id";
     $backProps["check_list_categories"] = "CDailyCheckItemCategory target_id";
     $backProps["liaison_libelle"] = "CLiaisonLibelleInterv operation_id";
     $backProps["affectations_personnel"] = "CAffectationPersonnel object_id";
     $backProps["workflow"] = "COperationWorkflow operation_id";
     $backProps["commande_op"] = "CCommandeMaterielOp operation_id";
     return $backProps;
 }
Esempio n. 2
0
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["facturable"] = "CFactureLiaison object_id";
     return $backProps;
 }
Esempio n. 3
0
 /**
  * Get collections specifications
  *
  * @return array
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     return $backProps;
 }