Merge branch 'master' into rorden

This commit is contained in:
Roberto Orden Erena
2019-12-10 20:00:44 +01:00
21 changed files with 587 additions and 298 deletions

View File

@@ -82,6 +82,10 @@ public class FamilyDoctorTO implements Serializable {
public void setId(Integer id) {
this.id = id;
}
public String getDisplayDescription() {
return String.format("[%d] %s %s", this.id, this.name, this.surname);
}
public PrimaryHealthCareCenterTO getPrimaryHealthCareCenter() {
return primaryHealthCareCenter;