private void setAllBoxWith(int width) {

    /* Description field group */
    patient.setBoxWidth(width);
    patientLie.setBoxWidth(width);
    typeRelation.setBoxWidth(width);
  }