Package org.mitre.synthea.engine
Class Logic.Age
- java.lang.Object
-
- org.mitre.synthea.engine.Logic
-
- org.mitre.synthea.engine.Logic.Age
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Logic
public static class Logic.Age extends Logic
The Age condition type tests the patient's age, in a given unit. (Ex, years for adults or months for young children)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.mitre.synthea.engine.Logic
Logic.ActiveAllergy, Logic.ActiveCarePlan, Logic.ActiveCondition, Logic.ActiveMedication, Logic.Age, Logic.And, Logic.AtLeast, Logic.AtMost, Logic.Attribute, Logic.Date, Logic.False, Logic.Gender, Logic.Not, Logic.Observation, Logic.Or, Logic.PriorState, Logic.Race, Logic.SocioeconomicStatus, Logic.Symptom, Logic.True, Logic.VitalSign
-
-
Constructor Summary
Constructors Constructor Description Age()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(Person person, long time)
Test whether the logic is true for the given person at the given time.
-