/**
  * Setter to inject a Patient value
  *
  * @param value the value to be injected
  * @param isLocked true if relation field shall be locked (non editable)
  */
 public void setPatient(PatientProxy value, boolean isLocked) {
   editor.setPatient(value, isLocked);
 }