Package org.mitre.synthea.engine
Class Logic.Gender
- java.lang.Object
-
- org.mitre.synthea.engine.Logic
-
- org.mitre.synthea.engine.Logic.Gender
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Logic
public static class Logic.Gender extends Logic
The Gender condition type tests the patient's gender. (M or F)- 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 Gender()
-
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.
-