/**
  * Update the form (derived) fields plain fields
  *
  * @return void
  */
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->_tag_hl7 = CHL7::getObjectTag($this->group_id);
     if (!$this->_configs) {
         $this->loadConfigValues();
     }
 }
 /**
  * Update the form (derived) fields plain fields
  *
  * @return void
  */
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->code_syst = $this->code_syst ? $this->code_syst : $this->nom;
     $this->_tag_hprimxml = CHPrimXML::getObjectTag($this->group_id);
 }
예제 #3
0
 /**
  * Update the form (derived) fields plain fields
  *
  * @return void
  */
 function updateFormFields()
 {
     parent::updateFormFields();
 }