Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MedicalDevice
MedicalDevice(medical device)

appearance as argument number 1
-------------------------


(documentation MedicalDevice EnglishLanguage "A Device that is intended to be used in a DiagnosticProcess or a TherpeuticProcess.") Medicine.kif 650-651
(subclass MedicalDevice Device) Medicine.kif 649-649 Medical device is a subclass of device

appearance as argument number 2
-------------------------


(subclass Catheter MedicalDevice) Medicine.kif 520-520 Cannula is a subclass of medical device
(subclass ChestSeal MedicalDevice) Medicine.kif 811-811 Chest seal is a subclass of medical device
(subclass Needle MedicalDevice) Medicine.kif 907-907 Needle is a subclass of medical device
(subclass PulseOximeter MedicalDevice) Medicine.kif 1236-1236 Pulse oximeter is a subclass of medical device
(subclass SalineLock MedicalDevice) Medicine.kif 1088-1088 Saline lock is a subclass of medical device
(termFormat EnglishLanguage MedicalDevice "medical device") Medicine.kif 652-652 Saline lock is a subclass of medical device

antecedent
-------------------------


(=>
    (instance ?MD MedicalDevice)
    (hasPurpose ?MD
        (exists (?TP ?DP)
            (and
                (instance ?TP TherapeuticProcess)
                (instance ?DP DiagnosticProcess)
                (or
                    (instrument ?TP ?MD)
                    (instrument ?DP ?MD))))))
Medicine.kif 654-663


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners