<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>pikopong</title>
	
	<link>http://www.pikopong.com/blog</link>
	<description>it's all about knowledge</description>
	<lastBuildDate>Mon, 01 Mar 2010 12:28:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/pikopong" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="pikopong" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Configuring Linux to work with NVIDIA Hybrid SLI Technology</title>
		<link>http://www.pikopong.com/blog/2010/02/21/configuring-linux-to-work-with-nvidia-hybrid-sli-technology/</link>
		<comments>http://www.pikopong.com/blog/2010/02/21/configuring-linux-to-work-with-nvidia-hybrid-sli-technology/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 14:31:13 +0000</pubDate>
		<dc:creator>amree</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=286</guid>
		<description><![CDATA[First of all, at the time of this writing, NVIDIA Hybrid SLI Technology is not supported on Linux and without proper configuration, you won&#8217;t even be able to load your Desktop Environment such as Xfce.
That&#8217;s not the only problem, based on an interview with NVIDIA&#8217;s Tom Petersen, one of its main feature is called HybridPower [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, at the time of this writing, NVIDIA Hybrid SLI Technology is <a href="http://www.nvnews.net/vbulletin/showpost.php?p=1613349&#038;postcount=2">not supported</a> on Linux and without proper configuration, you won&#8217;t even be able to load your Desktop Environment such as Xfce.</p>
<p>That&#8217;s not the only problem, based on <a href="http://www.nvnews.net/articles/hybrid_sli_interview/index.shtml">an interview</a> with NVIDIA&#8217;s Tom Petersen, one of its main feature is called HybridPower which basically allows users to shut off the graphics card when not needed and dramatically reduce power consumption. This means, there is a possibility that if we can&#8217;t find a way to turn off the second GPU, it will consume more power that it should be. But that&#8217;s another problem. Right now, we want to boot into our Desktop Environment properly.</p>
<ol>
<li>Running

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">amree<span style="color: #000000; font-weight: bold;">@</span>pikopong:~$ startx</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="xorg_conf" style="font-family:monospace;"><span class="br0">&#40;</span>!!<span class="br0">&#41;</span> More than one possible primary <span style="color: #990000;">device</span> found
<span class="br0">&#40;</span>--<span class="br0">&#41;</span> PCI: <span class="br0">&#40;</span><span style="color: #cc66cc;">0</span>:<span style="color: #cc66cc;">2</span>:<span style="color: #cc66cc;">0</span>:<span style="color: #cc66cc;">0</span><span class="br0">&#41;</span> 10de:06e8:<span style="color: #cc66cc;">1028</span>:0271 rev <span style="color: #cc66cc;">161</span>, Mem @ 0xae000000/<span style="color: #cc66cc;">16777216</span>, 0xd0000000/<span style="color: #cc66cc;">268435456</span>, 0xac000000/<span style="color: #cc66cc;">33554432</span>, I/O @ 0x00004000/<span style="color: #cc66cc;">128</span>
<span class="br0">&#40;</span>--<span class="br0">&#41;</span> PCI: <span class="br0">&#40;</span><span style="color: #cc66cc;">0</span>:<span style="color: #cc66cc;">3</span>:<span style="color: #cc66cc;">0</span>:<span style="color: #cc66cc;">0</span><span class="br0">&#41;</span> 10de:0866:<span style="color: #cc66cc;">1028</span>:0271 rev <span style="color: #cc66cc;">177</span>, Mem @ 0xaa000000/<span style="color: #cc66cc;">16777216</span>, 0xb0000000/<span style="color: #cc66cc;">268435456</span>, 0xcc000000/<span style="color: #cc66cc;">33554432</span>, I/O @ 0x00005000/<span style="color: #cc66cc;">128</span>, BIOS @ 0x????????/<span style="color: #cc66cc;">131072</span></pre></div></div>

<p>gave me some errors from my</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">/var/log/Xorg.0.log</pre></div></div>

</li>
<li>Login as a root and run the command below

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>pikopong:~<span style="color: #666666; font-style: italic;"># nvidia-xconfig</span></pre></div></div>

<p>This is to generate the right configuration for your X.
</li>
<li>Get the list of the GPUs.

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>pikopong:~<span style="color: #666666; font-style: italic;"># lspci</span>
02:<span style="color: #000000;">00.0</span> VGA compatible controller: nVidia Corporation G98 <span style="color: #7a0874; font-weight: bold;">&#91;</span>GeForce 9200M GS<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rev</span> a1<span style="color: #7a0874; font-weight: bold;">&#41;</span>
03:<span style="color: #000000;">00.0</span> VGA compatible controller: nVidia Corporation C79 <span style="color: #7a0874; font-weight: bold;">&#91;</span>GeForce 9400M G<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rev</span> b1<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>You will get a long list of devices connected to your PCI buses. We are only interested with the VGA controller.
</li>
<li>As you can see, we have two VGA controller, we need to specify which one we would like to use.

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>pikopong:~<span style="color: #666666; font-style: italic;"># nano /etc/X11/xorg.conf</span></pre></div></div>

</li>
<li>Go to your Device section and set Bus ID for your controller in it. So, in the end, if I chose the second controller, my Xorg.conf would somehow look like this:

<div class="wp_syntax"><div class="code"><pre class="xorg_conf" style="font-family:monospace;"><span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Device&quot;</span>
    <span style="color: #990000;">Identifier</span>     <span style="color: #0000ff;">&quot;Device0&quot;</span>
    <span style="color: #990000;">Driver</span>         <span style="color: #0000ff;">&quot;nvidia&quot;</span>
    <span style="color: #990000;">VendorName</span>     <span style="color: #0000ff;">&quot;NVIDIA Corporation&quot;</span>
    <span style="color: #990000;">BoardName</span>      <span style="color: #0000ff;">&quot;GeForce 9400M G&quot;</span>
    <span style="color: #990000;">BusID</span>          <span style="color: #0000ff;">&quot;PCI:3:0:0&quot;</span>
<span style="color: #b1b100;">EndSection</span></pre></div></div>

</li>
<li>The configuration is simple, you just need to add the 6th line. Just make sure you put it in the correct format PCI:X:X:X, X possibly refers to the last 3 digit number in your error log</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pikopong.com/blog/2010/02/21/configuring-linux-to-work-with-nvidia-hybrid-sli-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malaysia Human Resources Statistics in Healthcare Sector</title>
		<link>http://www.pikopong.com/blog/2009/11/26/malaysia-human-resources-statistics-in-healthcare-sector/</link>
		<comments>http://www.pikopong.com/blog/2009/11/26/malaysia-human-resources-statistics-in-healthcare-sector/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 05:03:34 +0000</pubDate>
		<dc:creator>amree</dc:creator>
				<category><![CDATA[husm]]></category>

		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=258</guid>
		<description><![CDATA[This was published in May 2009 (Profession:Population)

Doctors (1:1,105)
Dentists (1:7,618)
Pharmacists (1:4,335)
Opticians (1:11,030)
Optometrists (1:40,128)
Asst. Medical Officers (1:3,054)
Asst. Pharmacy Officers (1:9,982)*
Asst. Environmental Health Officers (1:10,806)*
Medical Lab. Technologists (1:6,865)*
Occupational Therapists (1:65,091)*
Physiotherapists (1:46,760)*
Radiographers (1:18,267)*
Nurses (1:512)
Dental Nurses (1:12,124)
Community Nurses (1:1,487)
Dental Technicians (1:18,786)
Dental Surgery Assistants (1:9,336)
Traditional &#038; Complementary Medicine Practitioners (1:3,173)**

Source:


Human Resource Devision, Ministry of Health
Malaysian Medical Council
Malaysian Dental Council
Pharmacy Board Malaysia
Malaysia [...]]]></description>
			<content:encoded><![CDATA[<p>This was published in May 2009 (Profession:Population)</p>
<ol>
<li>Doctors <strong>(1:1,105)</strong></li>
<li>Dentists <strong>(1:7,618)</strong></li>
<li>Pharmacists <strong>(1:4,335)</strong></li>
<li>Opticians <strong>(1:11,030)</strong></li>
<li>Optometrists (1:40,128)</li>
<li>Asst. Medical Officers <strong>(1:3,054)</strong></li>
<li>Asst. Pharmacy Officers <strong>(1:9,982)*</strong></li>
<li>Asst. Environmental Health Officers <strong>(1:10,806)*</strong></li>
<li>Medical Lab. Technologists <strong>(1:6,865)*</strong></li>
<li>Occupational Therapists <strong>(1:65,091)*</strong></li>
<li>Physiotherapists <strong>(1:46,760)*</strong></li>
<li>Radiographers <strong>(1:18,267)*</strong></li>
<li>Nurses <strong>(1:512)</strong></li>
<li>Dental Nurses <strong>(1:12,124)</strong></li>
<li>Community Nurses <strong>(1:1,487)</strong></li>
<li>Dental Technicians <strong>(1:18,786)</strong></li>
<li>Dental Surgery Assistants <strong>(1:9,336)</strong></li>
<li>Traditional &#038; Complementary Medicine Practitioners <strong>(1:3,173)**</strong></li>
</ol>
<p><strong>Source:<br />
</strong>
<ol>
<li>Human Resource Devision, Ministry of Health</li>
<li>Malaysian Medical Council</li>
<li>Malaysian Dental Council</li>
<li>Pharmacy Board Malaysia</li>
<li>Malaysia Optical Council</li>
<li>Medical Assistant Board</li>
<li>Malaysia Nursing Board</li>
<li>Oral Health Division, Ministry of Health</li>
<li>Traditional &#038; Complementary Medicine Division, Ministry of Health</li>
</ol>
<p><strong>Notes:</strong></p>
<ul>
<li>*: Ministry of Health only</li>
<li>**: Refers to voluntary registration by local practitioners &#038; application for professional visa by foreign practitioners</li>
</ul>
<p>Download the full version (pdf) from <a href="http://www.moh.gov.my/opencms/export/sites/default/moh/download/health_fact_2008_page_by_page.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pikopong.com/blog/2009/11/26/malaysia-human-resources-statistics-in-healthcare-sector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable MySQL support in Qt SDK for Linux</title>
		<link>http://www.pikopong.com/blog/2009/07/22/how-to-enable-mysql-support-in-qt-sdk-for-linux/</link>
		<comments>http://www.pikopong.com/blog/2009/07/22/how-to-enable-mysql-support-in-qt-sdk-for-linux/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 07:21:47 +0000</pubDate>
		<dc:creator>amree</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=231</guid>
		<description><![CDATA[
Download Qt SDK for Linux/X11 at Qt Software.
Install it anywhere you want, just make sure you remember the path.
To build MySQL as a plugin, you need to know two other paths:

Your MySQL header files directory. It should be something like this:

decimal.h   m_string.h      my_dbug.h    my_list.h  [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download Qt SDK for Linux/X11 at <a href="http://www.qtsoftware.com/downloads">Qt Software</a>.</li>
<li>Install it anywhere you want, just make sure you remember the path.</li>
<li>To build MySQL as a plugin, you need to know two other paths:
<ul>
<li>Your MySQL header files directory. It should be something like this:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">decimal.h   m_string.h      my_dbug.h    my_list.h        my_sys.h     mysql_embed.h    mysqld_error.h  sql_state.h        typelib.h
errmsg.h    my_alloc.h      my_dir.h     my_net.h         my_xml.h     mysql_time.h     raid.h          sslopt-case.h
keycache.h  my_attribute.h  my_getopt.h  my_no_pthread.h  mysql.h      mysql_version.h  readline.h      sslopt-longopts.h
m_ctype.h   my_config.h     my_global.h  my_pthread.h     mysql_com.h  mysqld_ername.h  sql_common.h    sslopt-vars.h</pre></div></div>

</li>
<li>Your MySQL lib files directory. Something like this:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">libdbug.a    libmyisammrg.a      libmysqlclient.so@         libmysqlclient_r.a    libmysqlclient_r.so.15@      libmysys.a
libheap.a    libmysqlclient.a    libmysqlclient.so.15@      libmysqlclient_r.la*  libmysqlclient_r.so.15.0.0*  libvio.a
libmyisam.a  libmysqlclient.la*  libmysqlclient.so.15.0.0*  libmysqlclient_r.so@  libmystrings.a</pre></div></div>

</li>
</ul>
</li>
<li>For Slackware 12.2, it should be:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">/usr/include/mysql	# MySQL header directory
/usr/lib/mysql		# MySQL libraries</pre></td></tr></table></div>

</li>
<li>Go to your Qt SDK installation directory, mine is: <b>/opt/qtsdk-2009.03/</b>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>qtsdk-<span style="color: #000000;">2009.03</span><span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> qt<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>plugins<span style="color: #000000; font-weight: bold;">/</span>sqldrivers<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #666666; font-style: italic;"># Replace all the path based on your computer environment. </span>
<span style="color: #666666; font-style: italic;"># Make sure 'qmake' can be run from anywhere or you'd have to specify the full path for it.</span>
qmake <span style="color: #660033;">-o</span> Makefile <span style="color: #ff0000;">&quot;INCLUDEPATH+=/usr/include/mysql&quot;</span> <span style="color: #ff0000;">&quot;LIBS+=-L/usr/lib/mysql -lmysqlclient&quot;</span> mysql.pro
<span style="color: #c20cb9; font-weight: bold;">make</span></pre></td></tr></table></div>

</li>
<li>You should have new files created for you:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Makefile
README
libqsqlmysql.so*
main.cpp
main.o
moc_qsql_mysql.cpp
moc_qsql_mysql.o
mysql.pro
qsql_mysql.moc
qsql_mysql.o</pre></div></div>

</li>
<li>Copy MySQL plugin to your Qt&#8217;s plugins directory,

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> libqsqlmysql.so <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>qtsdk-<span style="color: #000000;">2009.03</span><span style="color: #000000; font-weight: bold;">/</span>qt<span style="color: #000000; font-weight: bold;">/</span>plugins<span style="color: #000000; font-weight: bold;">/</span>sqldrivers</pre></div></div>

</li>
<li>Create new project and put these codes to test your new plugin

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="c" style="font-family:monospace;"><span style="color: #339933;">#include &lt;QCoreApplication&gt;</span>
<span style="color: #339933;">#include &lt;QtSql&gt;</span>
&nbsp;
<span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #993333;">int</span> argc<span style="color: #339933;">,</span> <span style="color: #993333;">char</span> <span style="color: #339933;">*</span>argv<span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
    QCoreApplication a<span style="color: #009900;">&#40;</span>argc<span style="color: #339933;">,</span> argv<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    qDebug<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&lt;&lt;</span> QSqlDatabase<span style="color: #339933;">::</span><span style="color: #202020;">drivers</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">return</span> a.<span style="color: #202020;">exec</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>You&#8217;ll get these outputs showing that your Qt has supports for MySQL</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">(&quot;QSQLITE&quot;, &quot;QMYSQL3&quot;, &quot;QMYSQL&quot;)</pre></div></div>

</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pikopong.com/blog/2009/07/22/how-to-enable-mysql-support-in-qt-sdk-for-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>About the IT Department in Hospital Universiti Sains Malaysia</title>
		<link>http://www.pikopong.com/blog/2009/04/08/about-the-it-department-in-hospital-universiti-sains-malaysia/</link>
		<comments>http://www.pikopong.com/blog/2009/04/08/about-the-it-department-in-hospital-universiti-sains-malaysia/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:21:56 +0000</pubDate>
		<dc:creator>amree</dc:creator>
				<category><![CDATA[husm]]></category>

		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=210</guid>
		<description><![CDATA[Information System Unit of HUSM was established in year 2000 due to the specific needs of IT implementation in hospital. At that moment, there were only 4 people working, but today, the numbers has grown up to 25 people. Since the beginning of establishment, the unit has extensively developing applications software for the hospital. Lead [...]]]></description>
			<content:encoded><![CDATA[<p>Information System Unit of HUSM was established in year 2000 due to the specific needs of IT implementation in hospital. At that moment, there were only 4 people working, but today, the numbers has grown up to 25 people. Since the beginning of establishment, the unit has extensively developing applications software for the hospital. Lead by En. Azuddin Bin AB Rahman and his team consisting of 7 IT Officers, 13 programmers and 4 technicians, they have delivered more than 10 systems for various purposes. As computer science graduates, the team believes that they can build any application without the needs to acquire one from external sources. With that mindset, the software development alone has saved the hospital millions of ringgit.</p>
<p><span id="more-210"></span></p>
<p>We are using these frameworks/tools/languages/technologies in HUSM:</p>
<ul>
<li>Linux Slackware</li>
<li>J2SE</li>
<li>MySQL</li>
<li>MySQL Replication</li>
<li>Perl and Bash</li>
<li>Python</li>
<li>Apache</li>
<li>XHTML, PHP &#038; CSS</li>
<li>jQuery</li>
<li>ZPL II</li>
<li>Subversion</li>
<li>Smart Card (Mifare &#038; MyKad)</li>
<li>JasperReport</li>
</ul>
<p>These are the applications that has been developed and still being maintained everyday by us:</p>
<p><strong>LIFELINE</strong><br />
The core application in HUSM to manage patient&#8217;s demographic information and patients appointments records and patients accounting.</p>
<p><strong>LIS (Lab Information System)</strong><br />
A lab information system, class of software which handles receiving, processing and storing information generated by medical laboratory processes. As one of the biggest applications developed, it is being used in 13 various labs with different modules for each one, this application is also being converted from Delphi to open source Java on Linux.</p>
<p><strong>E-Folder</strong><br />
One of the applications in the hospital that utilize the use of human input device as in Tablet PC, Touch Screen Monitors and PDA. It is still in the early phase of development.</p>
<p><strong>AMS (Asset Management System)</strong><br />
Used mainly to keep track of items such as stationary and others. This application is used extensively by the administrative department in order to ensure better inventory management.</p>
<p><strong>POLS (Pharmacy Online Prescription)</strong><br />
A new application that is still being tested vigorously everyday. All prescriptions will be done through computers as opposed to the old style which subsequently will be better for the management to keep track of all procedures, minimizing mistakes, controlling the amount of drugs prescribed and so on.</p>
<p><strong>SPIFU &#038; SPIFA (Sistem Pengurusan Inventori Farmasi Ubat/Alat)</strong><br />
Another inventory application focusing on drugs and clinical items such as syringe, glove, and others. It is used to manage the purchasing process, tracking and updating inventory information and many more.</p>
<p><strong>CSSD (Central Sterile Supply Department)</strong><br />
Keeping track of all the in and out records of surgery items in the hospital. This application will minimize the loss of the items. The cost for this application in the market from a German company is about RM 5 millions.</p>
<p><strong>Sticker</strong><br />
In order to get a HUSM&#8217;s sticker, every vehicle needs to be registered in this application. It is being used by the Safety Department.</p>
<p><strong>FIRAS (Film Information Reject Analisyst)</strong><br />
An application used by the Radiology Department to keep track of the rejected x-ray films and at the same time will generate various reports including any mishandling done by the radiology staff.</p>
<p><strong>ICD 10 (International Classification of Diseases Version 10)</strong><br />
It is a disease coding encyclopedia and is much more efficient search can be made on any disease easily. This is an offline application.</p>
<p><strong>Attendance</strong><br />
Using 100% opensource tools, we manage to create a Mifare Card based application to record daily attendance. In the future, fingerprints will be used to identify the staff.</p>
<p><strong>Transfusion</strong><br />
The newest application for our Blood Bank Department which is still being developed. This application will incorporate open source MyKad reading algorithm (also was built at HUSM) to cut the time for the donors to fill out the form. There&#8217;s also a portable version for mobile usage.</p>
<p><strong>Mortuary</strong><br />
Keeps track of deceased patients in the hospital.</p>
<p><strong>HUSM Formulary</strong><br />
Another new application for the pharmacy department that will be used as the drugs information database. At this moment, HUSM is maintaining a bigger list of drugs than the list from Ministry of Health. Pharmacist should be able to see all the information in tree view and data from its database can be used in other applications as well such as Online Prescription. </p>
<p><strong>Diet Management System</strong><br />
Developed by our newest IT Officer, this system is used to manage all the meal&#8217;s menu for our patients. It will be used in all patient wards when it&#8217;s completed successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pikopong.com/blog/2009/04/08/about-the-it-department-in-hospital-universiti-sains-malaysia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 5 Subtitle Websites</title>
		<link>http://www.pikopong.com/blog/2009/04/07/top-5-subtitle-websites/</link>
		<comments>http://www.pikopong.com/blog/2009/04/07/top-5-subtitle-websites/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 08:47:11 +0000</pubDate>
		<dc:creator>amree</dc:creator>
				<category><![CDATA[mis]]></category>

		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=221</guid>
		<description><![CDATA[These are my favourite websites for movies/tvseries subtitles.

TVsubtitles
Subscene
Podnapisi
SubtitleSource
OpenSubtitle

For TV Series, I recommend the first site, usually subtitle will be released on the day of the scene release, easier to see too if you want to see the latest release (just keep hitting the Reload button). For movies, use the third one, and the 6th will [...]]]></description>
			<content:encoded><![CDATA[<p>These are my favourite websites for movies/tvseries subtitles.</p>
<ol>
<li><a href="http://www.tvsubtitles.net/">TVsubtitles</a></li>
<li><a href="http://subscene.com/Default.aspx">Subscene</a></li>
<li><a href="http://www.podnapisi.net/">Podnapisi</a></li>
<li><a href="http://www.subtitlesource.org/">SubtitleSource</a></li>
<li><a href="http://www.opensubtitles.org/">OpenSubtitle</a></li>
</ol>
<p>For TV Series, I recommend the first site, usually subtitle will be released on the day of the scene release, easier to see too if you want to see the latest release (just keep hitting the Reload button). For movies, use the third one, and the 6th will provide you with an automatic app to download your subtitle. If you have other good website, just post it in the commment, thanks :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pikopong.com/blog/2009/04/07/top-5-subtitle-websites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
