VentedChestSeal |
appearance as argument number 1 |
(documentation VentedChestSeal EnglishLanguage "A ChestSeal designed to seal a wound in the Chest, ameliorating a Pneumothorax, by allowing Air to escape through the wound but not reenter it.") | Medicine.kif 847-849 | |
(subclass VentedChestSeal ChestSeal) | Medicine.kif 846-846 |
appearance as argument number 2 |
(partType Valve VentedChestSeal) | Medicine.kif 850-850 | |
(termFormat EnglishLanguage VentedChestSeal "vented chest seal") | Medicine.kif 851-851 |
antecedent |
(=> (and (instance ?VCS VentedChestSeal) (instance ?A Attaching) (objectTransferred ?A ?VCS) (destination ?A ?H)) (hasPurpose ?VCS (exists (?A ?L ?C ?H) (and (instance ?A Air) (instance ?L Lung) (instance ?C Chest) (part ?L ?H) (part ?C ?H) (holdsDuring (ImmediatePastFn (WhenFn ?A)) (between ?L ?A ?C)) (hasPurpose ?VCS (holdsDuring (ImmediateFutureFn (WhenFn ?A)) (orientation ?A ?H Outside))))))) |
Medicine.kif 853-875 |