<%-- Document : welcome Created on : Apr 11, 2024, 3:49:41 PM Author : 2552586 --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ page session="true" %> IFSS | Home <% String ModuleName = new String(); ModuleName = (String) session.getAttribute("moduleName"); String role = (String) session.getAttribute("userRole"); String pacsId = (String) session.getAttribute("pacsId"); String holidayList = (String) session.getAttribute("holidayList"); String kccBalanceTransfer = (String) session.getAttribute("kccBalanceTransfer"); String broadcastMessage = (String)session.getAttribute("returnMessage"); // added by chhanda on 29/8/24 String user = (String) session.getAttribute("user"); String pacsName = (String) session.getAttribute("pacsName"); String UserName = (String) session.getAttribute("UserName"); String Mobile = (String) session.getAttribute("Mobile"); %>
">
Holidays
  • <%=holidayList%>

Notifications
  • Test Notification 1.

  • Test Notification 2.

  • Test Notification 3.

  • Test Notification 4.

  • Test Notification 5.

  • Test Notification 6.

Dashboard
<% if (broadcastMessage != null && !broadcastMessage.isEmpty()) {%>
<%} else{%> <% }%>