Skip to content

Instantly share code, notes, and snippets.

@twlca
Created April 24, 2016 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twlca/cf1cf7e68d8378b9d1739bfead44fc90 to your computer and use it in GitHub Desktop.
Save twlca/cf1cf7e68d8378b9d1739bfead44fc90 to your computer and use it in GitHub Desktop.
家系圖重要名稱
var pedigree = {
'家系圖': 'pedigree',
'親屬': 'relative',
'父親': 'father',
'母親': 'mother',
'兄弟': 'brother',
'姐妹': 'sister',
'兒子': 'son',
'女兒': 'daughter',
'子女': 'children',
'繼父': 'step-fater',
'繼母': 'step-mother',
'繼女': 'step-daughter',
'繼子': 'step-son',
'叔叔': 'uncle',
'伯伯': 'uncle',
'嬸嬸': '',
'阿姨': 'aunt',
'家庭': 'family',
'鄰居': 'neighbor',
'死亡': 'disease',
'過世': 'desease',
'年齡': 'age',
'出生': 'borned',
'父母': 'parents',
'結婚': 'marriage',
'祖父': 'grand-father',
'祖母': 'grand-mother',
'孫子': 'grand-son',
'孫女': 'grand-daughter',
'癌症': 'cancer',
'兄弟姐妹': 'sibling',
'祖父母': 'grandparents',
'肺炎': 'pneumonia',
'初病': 'onset',
'大腸癌': 'colon cancer',
'礦工病': 'Menière's disease (MD)',
'心臟病': 'heart attack',
'中風': 'stroke',
'艾滋病': 'HIV',
'過敏': 'allergies',
'男性': 'male',
'女性': 'female',
'性別': 'gender',
'圓形': 'circle',
'方形': 'square',
'未知': 'unkown',
'胎兒': 'fetus',
'預產日': 'estimated date of delivery, EDD',
'懷孕': 'pregnancy, P',
'胎死腹中': 'stillbirth, SB',
'流產': 'spontaneous abortion, SAB',
'墮胎': 'termination of pregnancy, TOP',
'胎盤異味': 'ectopic pregnancy, ECT',
'收養': 'adoption',
'高血脂肪': 'high cholesterol',
'第二型糖尿病': 'Type II Diabetes',
'分居': 'separated',
'離婚': 'divorce',
'婚生子女': '',
'繼子女': 'stepchildren',
'雙胞胎': 'twins',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment