Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
apease committed Jan 20, 2024
1 parent 681d288 commit 83b6389
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Medicine.kif
Original file line number Diff line number Diff line change
Expand Up @@ -6439,7 +6439,7 @@ voice (although may be confused) and will have bodily motor function. [from Wiki
(instance AVPUVerbalStatus AVPUStatus)
(documentation AVPUVerbalStatus EnglishLanguage "The patient makes some kind of response
when you talk to them, which could be in any of the three component measures of eyes,
voice or motor – e.g. patient's eyes open on being asked "Are you OK?". The response
voice or motor – e.g. patient's eyes open on being asked 'Are you OK?'. The response
could be as little as a grunt, moan, or slight move of a limb when prompted by the voice
of the rescuer. [from Wikipedia]")
(termFormat EnglishLanguage AVPUVerbalStatus "AVPU verbal status")
Expand Down Expand Up @@ -6524,9 +6524,9 @@ may be required for a clinician to take a patient's apical pulse.[from Wikipedia
(and
(systolicBloodPressure ?P ?SYS)
(diastolicBloodPressure ?P ?DIA)
(measure ?P (MeasureFn ?T FahrenheitDegree)))
(measure ?P (MeasureFn ?T FahrenheitDegree))))
(heartRate ?H (WhenFn ?C) ?I)
(breathingRate ?L (WhenFn ?C) ?R)))))
(breathingRate ?L (WhenFn ?C) ?R))))

(subclass MoveToEvac Transportation)
(=>
Expand Down
16 changes: 8 additions & 8 deletions development/Enumerations.kif
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,12 @@ loudness less than 30 &%Decibels")
(and
(instance ?P Region)
(holdsDuring ?T
(attribute ?L QuietAmbientNoiseLevel))
(attribute ?L QuietAmbientNoiseLevel)))
(exists (?P)
(and
(located ?P ?L)
(during (WhenFn ?P) ?T)
(loudness ?P (MeasureFn 30.0 Decibel))))))
(loudness ?P (MeasureFn 30.0 Decibel)))))

(=>
(and
Expand All @@ -270,12 +270,12 @@ loudness less than 60 &%Decibels")
(and
(instance ?P Region)
(holdsDuring ?T
(attribute ?L NormalAmbientNoiseLevel))
(attribute ?L NormalAmbientNoiseLevel)))
(exists (?P)
(and
(located ?P ?L)
(during (WhenFn ?P) ?T)
(loudness ?P (MeasureFn 60.0 Decibel))))))
(loudness ?P (MeasureFn 60.0 Decibel)))))

(=>
(and
Expand All @@ -301,12 +301,12 @@ loudness less than 80 &%Decibels")
(and
(instance ?P Region)
(holdsDuring ?T
(attribute ?L NoisyAmbientNoiseLevel))
(attribute ?L NoisyAmbientNoiseLevel)))
(exists (?P)
(and
(located ?P ?L)
(during (WhenFn ?P) ?T)
(loudness ?P (MeasureFn 80.0 Decibel))))))
(loudness ?P (MeasureFn 80.0 Decibel)))))

(=>
(and
Expand All @@ -332,12 +332,12 @@ loudness greater than 80 &%Decibels")
(and
(instance ?P Region)
(holdsDuring ?T
(attribute ?L NoisyAmbientNoiseLevel))
(attribute ?L NoisyAmbientNoiseLevel)))
(exists (?P)
(and
(located ?P ?L)
(during (WhenFn ?P) ?T)
(loudness ?P (MeasureFn 80.0 Decibel))))))
(loudness ?P (MeasureFn 80.0 Decibel)))))

(=>
(and
Expand Down

0 comments on commit 83b6389

Please sign in to comment.