Medical Terminology Index

의학용어 전체 목록

TABLE meaning, category, prefix, root, suffix
FROM "content/Medical Terminology/Terms"
WHERE type = "medical_term"
SORT category ASC, file.name ASC

카테고리별 통계

TABLE length(rows) AS 개수
FROM "content/Medical Terminology/Terms"
WHERE type = "medical_term"
GROUP BY category
SORT length(rows) DESC

Elements: 접두사

TABLE meaning
FROM "content/Medical Terminology/Elements/Prefix"
WHERE type = "medical_element"
SORT file.name ASC

Elements: 어근

TABLE meaning
FROM "content/Medical Terminology/Elements/Root"
WHERE type = "medical_element"
SORT file.name ASC

Elements: 접미사

TABLE meaning
FROM "content/Medical Terminology/Elements/Suffix"
WHERE type = "medical_element"
SORT file.name ASC