예제 #1
0
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["dmp_documents"] = "CDMPDocument object_id";
     $backProps["sisra_documents"] = "CSisraDocument object_id";
     return $backProps;
 }
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["group_stocks"] = "CProductStockGroup location_id";
     $backProps["service_stocks"] = "CProductStockService location_id";
     $backProps["delivery_traces"] = "CProductDeliveryTrace target_location_id";
     return $backProps;
 }
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["liaisons_souhaits"] = "CItemLiaison item_souhait_id";
     $backProps["liaisons_realises"] = "CItemLiaison item_realise_id";
     $backProps["liaisons_lits"] = "CLitLiaisonItem item_prestation_id";
     $backProps["sous_items"] = "CSousItemPrestation item_prestation_id";
     return $backProps;
 }
예제 #4
0
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps['order_items'] = 'CProductOrderItem order_id';
     return $backProps;
 }
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["affectation_child"] = "CAffectationPersonnel parent_affectation_id";
     return $backProps;
 }
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["antecedents"] = "CAntecedent dossier_medical_id";
     $backProps["traitements"] = "CTraitement dossier_medical_id";
     $backProps["pathologies"] = "CPathologie dossier_medical_id";
     $backProps["etats_dent"] = "CEtatDent dossier_medical_id";
     $backProps["prescription"] = "CPrescription object_id";
     return $backProps;
 }
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     return $backProps;
 }
예제 #8
0
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["rembourst_noemie"] = "CPvRemboursementNoemie reglement_id";
     return $backProps;
 }