echo $form->textField($obstetrical_history_model, 'duration_character_of_menstrual_bleeding', array('class' => 'form-control'));
?>
                        <?php 
echo $form->error($obstetrical_history_model, 'duration_character_of_menstrual_bleeding', array('class' => 'text-danger'));
?>
                    </div>
                </div>

                <div class="form-group">
                    <?php 
echo $form->labelEx($obstetrical_history_model, 'other_history', array('class' => 'control-label col-sm-4'));
?>
                    <div class="col-sm-8">
                        <div class="checkbox">
                            <?php 
echo $form->checkBoxList($obstetrical_history_model, 'other_history', ObstetricalHistory::getHistory());
?>
                        </div>
                        <?php 
echo $form->error($obstetrical_history_model, 'other_history', array('class' => 'text-danger'));
?>
                    </div>
                </div>

            </div>
        </div>

        <div class="panel panel-primary">
            <div class="panel-heading">
                <h3 class="panel-title">Physical Examination</h3>
            </div>