Sri Lanka Medical Library

The Sri Lanka Medical Library (SLML) is a library which was started in 1844 as the Colonial Medical Library. Later the name changed to Ceylon Medical Library and then to Sri Lanka Medical Library. It is the oldest western medical organization in Sri Lanka.

The library still maintains a large collection of very old medical books and journals in their original form. Even today one could see some of the 16th century medical literature in this place. They are in their original print form. In this present era where everything is turning into digital technology it is really surprising that these original material is maintained in their original format. The library is in fact a Museum of Western Medical Practice in Sri Lanka.

According to Ceylon Medical Journal the oldest medical book in the library is a medical book published in 1608. Being the oldest Medical Library in the country it has the best collection of past journals. It has 10,330 bound volumes of periodicals in 225 titles. These include the following series beginning from volume 1: Ceylon Medical Journal from 1887, Ceylon Branch of the British Medical Association from 1904, The Journal of the Lady Ridgeway Hospital for Children 1951, Brain from 1878, Lancet from 1823, Journal of Pathology from 1893, and Practitioner from 1889.[1]

Library location

The library was originally located in a hospital in Pettah, Colombo and then moved to Ceylon Medical College premises in Colombo. Later it was relocated in the current location in Colombo 7 in Wijerama House. This is the house owned by Dr. E.M. Wijerama (1896–1980) who lived and practiced in Colombo. He gave his house to Sri Lanka Medical Association (SLMA). He had a special request that Sri Lanka Medical Library (SLML) be given space in his house and it should be free of any fee.[2][3]

Present day status

Each year the SLML allocates most of its funds to get connected to modern medical publications, local and abroad. This is in the form of print versions as well as via on-line. The library subscribes to several hundreds of online medical journals. There is a reading room with internet access for the membership to attend to their research work. The library maintains a list of new arrivals for every calendar year so that the membership is helped in their search. The SLML also provides separate discussion rooms for groups of medical post graduate students.[1]

Library management

The Library is managed by a committee of reputed senior physicians in the country. The library runs according to a constitution. A well dedicated small office staff attend to the daily chores. The library expenses are met by donations given by the state, private organisations and individuals.

Library contact

Sri Lanka Medical Library,
6, Wijerama Mawatha,
Colombo 7,
00700,
Sri Lanka

gollark: ``` WillPascucci commented 21 days ago •I'm trying to run this on IBM Q. I want to increase my performance by ~10-15% and I believe that optimizing these operations on qubits would be the simplest way. What is the plan to include quantum computing support? I'm trying to have this ready for my performance review next quarter. Please advise!```
gollark: Not mine.
gollark: ``` My printer isn't working #393Openwizzwizz4 opened this Issue 11 days ago · 0 commentsCommentsAssigneesNo one assignedLabelsNone yetProjectsNone yetMilestoneNo milestoneNotificationsYou’re not receiving notifications from this thread.1 participant@wizzwizz4@wizzwizz4wizzwizz4 commented 11 days agoI used to be able to use my printer, but after coming back from holiday it doesn't work. Every time I try to print, a box comes up and even after I close it it still doesn't work.```
gollark: It is truly glorious.
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.