Dr. Maher Yassein Al Khawalda
Senior Specialist , General Emergency Medicine

Dr. Maher Yassein Al Khawalda
Senior Specialist
, General Emergency Medicine
Dr. Maher Yassein Al Khawalda
Senior Specialist
, General Emergency Medicine
Languages
English
Arabic
Russian
Consultation Type
What this doctor can help you with:
General Emergency Medicine
Practices At
Overview
Overview
Experience
No results found.
Education
No results found.
Research and Publication
No results found.

Dr. Maher Yassein Al Khawalda
An error occurred while processing the template.
The following has evaluated to null or missing:
==> doctorsToSpecialities.items [in template "50514338544647#20120#null" at line 11, column 12]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #list doctorsToSpecialities.items as ... [in template "50514338544647#20120#null" at line 11, column 5]
----
1<#attempt>
2 <#assign doctorsToSpecialities =
3 restClient.get("/c/doctors/${ObjectEntry_objectEntryId.getData()}/doctorsToSpecialities?fields=specialtyName%2Cid") />
4<#recover>
5 <#assign doctorsToSpecialities = {} />
6</#attempt>
7
8<#assign specialtyName = "" />
9
10<#if doctorsToSpecialities?has_content>
11 <#list doctorsToSpecialities.items as doctorsToSpeciality>
12 <#if doctorsToSpeciality.specialtyName?exists>
13 <#assign specialtyName = doctorsToSpeciality.specialtyName />
14 <#break>
15 </#if>
16 </#list>
17</#if>
18
19<#if (ObjectField_jobTitle.getData())?has_content>
20 ${ObjectField_jobTitle.getData()}
21 <#if specialtyName?has_content>
22 ${languageUtil.get(locale, "comma")} ${specialtyName}
23 </#if>
24</#if>
Languages
English
Arabic
Russian
Languages
Languages