ChestSeal
|
|
appearance as argument number 1 |
(documentation ChestSeal EnglishLanguage "A MedicalDevice designed to seal a wound in the Chest, preventing, or ameliorating, a Pneumothorax.") | Medicine.kif 824-825 | |
(subclass ChestSeal MedicalDevice) | Medicine.kif 823-823 |
appearance as argument number 2 |
(subclass VentedChestSeal ChestSeal) | Medicine.kif 846-846 | |
(termFormat EnglishLanguage ChestSeal "chest seal") | Medicine.kif 826-826 |
antecedent |
(=> (instance ?CS ChestSeal) (hasPurpose ?CS (exists (?C ?CH ?I ?H) (and (instance ?C Closing) (instrument ?C ?CS) (located ?C ?CH) (instance ?CH Chest) (instance ?H HoleRegion) (equal ?CH (HoleHostFn ?H)) (instance ?I Injuring) (located ?I ?CH) (earlier (WhenFn ?I) (WhenFn ?C)))))) |
Medicine.kif 828-844 |