跳到主要內容

Blood Clots/Stroke - They Now Have a Fourth Indicator

An email message that has been forwarded to me.
Blood Clots/Stroke - Remember the 1st Three Letters....S.T.R.

STROKE IDENTIFICATION:

A neurologist says that if he can get to a stroke victim within 3 hours he can totally reverse the effects of a stroke...totally. He said the trick was getting a stroke recognized, diagnosed, and then getting the patient medically cared for within 3 hours, which is tough.

RECOGNIZING A STROKE

Thank God for the sense to remember the '3' steps, STR . Read and Learn!

Sometimes symptoms of a stroke are difficult to identify. Unfortunately, the lack of awareness spells disaster. The stroke victim may suffer severe brain damage when people nearby fail to recognize the symptoms of a stroke.

Now doctors say a bystander can recognize a stroke by asking three simple questions:

S *Ask the individual to SMILE.
T *Ask the person to TALK and SPEAK A SIMPLE SENTENCE (Coherently) (i.e. It is sunny out today.)
R *Ask him or her to RAISE BOTH ARMS.

If he or she has trouble with ANY ONE of these tasks, call emergency number immediately and describe the symptoms to the dispatcher.

New Sign of a Stroke -------- Stick out Your Tongue

NOTE: Another 'sign' of a stroke is this: Ask the person to 'stick' out his tongue.. If the tongue is 'crooked', if it goes to one side or the other, that is also an indication of a stroke.


留言

這個網誌中的熱門文章

守望台書庫光碟2010安裝在ubuntu 11.10

更新: 書庫可以在ubuntu 12.04 (wine 1.4)中順利運行,不必經歷下面的修改步驟。 因為一不小心把ubuntu 11.04升級到11.10,發現《守望台書庫光碟2010》(Watchtower Library 2010)本來可以運作好好的,竟然不能工作了。底下是我找到的一些克服的方法: 因為是從11.04升級到11.10,因此我的wine版本是wine-1.3.28,而這個版本,也是出現問題的版本,原因在 wineHQ的網頁 上有講: Watchtower Library 2010 does not work in wine 1.3.27/28 While this bug is not fixed you can fix it yourself. You need to remove a manifest for built-in version of MS runtime library. You can do this by executing the following code in terminal: rm ~/.wine/drive_c/windows/winsxs/manifests/*.vc90.*_deadbeef.manifest 怎麼知道安裝的wine的版本?打開『終端機』,鍵入 wine --version 解決的方法 先安裝《守望台書庫光碟2010》英文版,之後再安裝中文版。我不知道安裝的先後有沒有一定,也沒測試到不裝英文會不會有影響。安裝方法跟一般的安裝微軟程式差不多。以中文版為例,放入光碟,打開『終端機』,鍵入 cd /media/WTLIB10CH wine ./Setup.exe  就會進行安裝,安裝步驟你也可以參考下面講到的  -: an everyday story of country folk :- 安裝完之後,桌面會有兩個圖示,其中一個 .link的沒有用,可以刪除。雙按桌面的另一個圖示,名稱是『Watchtower Library 2010 - 漢語繁體字』,不能執行! 接下來用上面講到的原因,要刪到一個manifest,不懂是什麼意思。在『終端機』,鍵入 rm ~/...

ubuntu 連接bluetooth mouse Logitech V470

想在ubuntu 8.04中連接無線藍芽滑鼠,種類為Logitech V470。 使用文字 終端機,有人找到圖形的連些方法嗎?我沒有很認真找,目前還找不到。 找出滑鼠的MAC碼:可以用指令hcitool scan,就會出現滑鼠的廠牌跟MAC碼。 使用下面的指令連接:sudo hidd --connect 00:07:61:00:00:00  紅色部份填入剛剛查到的MAC碼。 就好了。 資料來源, zuzu (英文) 發佈文章

安裝 Linux mint 17 的efi分割區

2016 / 7 / 17 更新: 測試了Linux Mint 17.3,沒問題,我採用單系統,就是沒有Windows whatsoever installed 底下註1的提醒,不會出現,所以要自己記得要:用EFI模式開機、 記得自己增加一個EFI partition、製作這個partition時,種類選擇EFI 即可,下面的3.說的步驟可以省略。 我的EFI partition大小為200 MB,為sda1。這是完全用猜的。 Figure credit: linuxmint.com 2015 / 9 / 10 更新: 根據  Dual Boot openSUSE 13.2 and Windows 8.1 UEFI » TweakHound 的步驟,可以解決安裝好不能開機的問題。雖然他講的是針對OpenSuse的操作,但是開機、EFI分割區等概念是相通的。在OpenSuse 13.1上面實測是ok的。 2014 / 11 / 21  重點如下: 光碟要用EFI模式開機 硬碟中要有一個EFI分割區(至少35MB,不知道這個大小是否與系統有關) 硬碟分割的那個畫面, Device for bootloader installation 處,應指到2的EFl分割區(EFI boot partition) 根據資料來源的說明如下 *  VERY IMPORTANT STEP!!!  Near bottom of window,  "Device for bootloader installation"  should be the  EFI System Partition.  Select that one in the drop-down box. It will be a small (200-550MB) partition formatted as FAT32. It will likely be /dev/sda1 or /dev/sda2; but double-check that to be sure. 註1:硬碟分割的那個畫面,如果沒有EFI分割區,按下一步時系統會...