/**
  * Build IN201314UV02 event
  *
  * @param CPatient $patient Person
  *
  * @see parent::build()
  *
  * @return void
  */
 function build($patient)
 {
     parent::build($patient);
     $this->dom->dirschemaname = $this->getInteractionID();
     $this->addControlActProcess($patient);
     $this->message = $this->dom->saveXML();
     // Modification de l'échange
     $this->updateExchange();
 }