Пример #1
0
  protected void populateScreenFromData(ims.therapies.vo.StrengtheningProgramVo value) {
    clearScreen();
    if (value == null) return;

    this.form.txtComments().setValue(value.getCommentIsNotNull() ? value.getComment() : null);
  }