<%@LANGUAGE="VBSCRIPT"%> <% Dim rsNews__MMColParam rsNews__MMColParam = "1" If (Request.QueryString("ID") <> "") Then rsNews__MMColParam = Request.QueryString("ID") End If %> <% Dim rsNews Dim rsNews_numRows Set rsNews = Server.CreateObject("ADODB.Recordset") rsNews.ActiveConnection = MM_ech_STRING rsNews.Source = "SELECT * FROM TblNews WHERE ID = " + Replace(rsNews__MMColParam, "'", "''") + "" rsNews.CursorType = 0 rsNews.CursorLocation = 2 rsNews.LockType = 1 rsNews.Open() rsNews_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsNews_numRows = rsNews_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> <% Sub Session_OnStart Session.LCID = 7177 End Sub %>
ECH Solutions - Capital Project and Facility Consultants
EC Harris - Home Page EC Harris - Partners EC Harris - Services EC Harris - Projects
EC Harris - News
EC Harris - Contact Us
 
   
   
<% While ((Repeat1__numRows <> 0) AND (NOT rsNews.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsNews.MoveNext() Wend %>
2008/10/27

Joint Media Statement: The Government of Lesotho, IFC and Netcare Limited


Landmark public-private partnership (PPP) healthcare agreement signed in Lesotho.

Maseru, Lesotho, Monday October 27, 2008 – The Government of Lesotho and a regional consortium led by healthcare services group Netcare today signed a landmark public-private partnership (PPP) agreement to build a state-of-the-art, public hospital that will dramatically improve the quality of healthcare in Lesotho. IFC, a member of the World Bank Group, acted as lead transaction advisor to Lesotho’s government on this project, a pioneering PPP transaction that serves as a model for increased private sector participation in sub Sahara Africa’s often overburdened health sector.

Lesotho’s new 390-bed National Referral Hospital will replace its aging Queen Elizabeth II Hospital, which faces shortage of hot water, heat, medical supplies, pharmaceuticals, trained staff, and reliable equipment. Leading JSE listed private healthcare services provider Netcare, which operates the largest private hospital network in South Africa and the United Kingdom, will design, build, partially finance, and fully operate Lesotho’s new hospital, which includes providing clinical services for up to 18 years with a consortium of Lesotho doctors, service providers, and investors.

Thanks to the innovative PPP structure, operating costs for the new hospital are roughly equivalent to those at the existing facility. Patient will have access to greatly improved medical services and care, but pay the same minimal charge they currently do at any other public hospital in Lesotho. Commenting on the signing of the agreement, the honorable Minister Timothy Thahane, Minister of Finance in Lesotho, said:” This exciting project provides us with a new, advanced referral hospital at Bots’abelo, the site of the government’s medical campus in Maseru. The new hospital will provide a wide range of services, staff and specialised medical equipment, while serving as the nation’s primary clinical training facility for health professionals.” Laurence Carter, Director of IFC’s Infrastructure Advisory Department, said: “This pioneering project provides a new and sustainable model for governments and the private sector to work together to provide improved health services for Lesotho, sub- Sahara Africa and other regions.”

The project also features the refurbishment of three semi-urban filter clinics to provide improved services to the public. Together with the main hospital, these refurbished clinics will operate as a health network for the region. Dr Victor Litlhakanyane, Director of Group Stakeholder Relations at Netcare, said:” By partnering with the government of Lesotho we will be contributing greatly towards making quality primary, secondary and lower tertiary clinical service more accessible to the people of Lesotho.” According to Dr Litlhakanyane, 35 private beds will be co-located with the State beds in the same facility, with private specialists visiting and consulting form Bloemfontein.

The project is expected to cost $100 million, which will be partly funded by the Development Bank of Southern Africa. It is anticipate that this will be topped up by a grant $6, 25 million for the Global Program for Output-Based Aid. The World Bank Group will also provide support to the government with contract management. Construction on the new hospital and clinics is expected to begin in January, 2009. The clinics are scheduled for completion in late 2009, it is anticipated the hospital will be completed in mid 2011.

ECH Solutions has been appointed by the Concessionaire, to be both the bid manager and overall development manager for the entire facility from inception to service commencement.

 

back

EC Harris
Login
<% rsNews.Close() Set rsNews = Nothing %>