/**
  * Get the current field
  *
  * @return CHL7v2Field The field
  */
 function getField()
 {
     return $this->parent->getField();
 }