The followings are the available columns in table 'anaesthetic_delivery':
Inheritance: extends BaseActiveRecordVersioned
 /**
  * @covers AnaestheticAgent::model
  */
 public function testModel()
 {
     $this->assertEquals('AnaestheticDelivery', get_class(AnaestheticDelivery::model()), 'Class name should match model.');
 }