mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
*** empty log message ***
This commit is contained in:
@@ -9,7 +9,20 @@ fun
|
||||
PainIn : Patient -> BodyPart -> Prop ;
|
||||
Injured : Patient -> BodyPart -> Prop ;
|
||||
Broken : Patient -> BodyPart -> Prop ;
|
||||
HaveIllness : Patient -> Illness -> Prop ;
|
||||
-- HaveIllness : Patient -> Illness -> Prop ;
|
||||
HaveAsthma : Patient -> Prop ;
|
||||
HaveHeartburn : Patient -> Prop ;
|
||||
HaveInfluenza : Patient -> Prop ;
|
||||
HaveRheumatism : Patient -> Prop ;
|
||||
HaveCystitis : Patient -> Prop ;
|
||||
HaveAsthma : Patient -> Prop ;
|
||||
HaveArthritis : Patient -> Prop ;
|
||||
HaveDiabetes : Patient -> Prop ;
|
||||
HaveTonsillitis : Patient -> Prop ;
|
||||
HaveConstipation : Patient -> Prop ;
|
||||
HaveMalaria : Patient -> Prop ;
|
||||
HaveDiarrhea : Patient -> Prop ;
|
||||
HaveSkinAllergy : Patient -> Prop ;
|
||||
NeedDoctor : Patient -> Specialization -> Prop ;
|
||||
NeedMedicine : Patient -> Medicine -> Prop ;
|
||||
TakeMedicine : Patient -> Medicine -> Prop ;
|
||||
@@ -26,18 +39,18 @@ fun
|
||||
IPatientHe : Patient ;
|
||||
IPatientShe : Patient ;
|
||||
|
||||
Influenza : Illness ;
|
||||
Malaria : Illness ;
|
||||
Diarrhea : Illness ;
|
||||
SkinAllergy : Illness ;
|
||||
Heartburn : Illness ;
|
||||
Rheumatism : Illness ;
|
||||
Cystitis : Illness ;
|
||||
Asthma : Illness ;
|
||||
Arthritis : Illness ;
|
||||
Diabetes : Illness ;
|
||||
Tonsillitis : Illness ;
|
||||
Constipation : Illness ;
|
||||
-- Influenza : Illness ;
|
||||
-- Malaria : Illness ;
|
||||
-- Diarrhea : Illness ;
|
||||
-- SkinAllergy : Illness ;
|
||||
-- Heartburn : Illness ;
|
||||
-- Rheumatism : Illness ;
|
||||
-- Cystitis : Illness ;
|
||||
-- Asthma : Illness ;
|
||||
-- Arthritis : Illness ;
|
||||
-- Diabetes : Illness ;
|
||||
-- Tonsillitis : Illness ;
|
||||
-- Constipation : Illness ;
|
||||
|
||||
Dentist : Specialization ;
|
||||
Gynecologist : Specialization ;
|
||||
|
||||
Reference in New Issue
Block a user