Mostrar identificador de profesional en displayname.
This commit is contained in:
@@ -86,7 +86,7 @@ public class FamilyDoctorTO implements Serializable {
|
||||
}
|
||||
|
||||
public String getDisplayName() {
|
||||
return String.format("[%d] %s %s", this.id, this.name, this.surname);
|
||||
return String.format("[%s] %s %s", this.professionalNumber, this.name, this.surname);
|
||||
}
|
||||
|
||||
public PrimaryHealthCareCenterTO getPrimaryHealthCareCenter() {
|
||||
|
||||
Reference in New Issue
Block a user